remove runlabel test for global opts#12529
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@containers/podman-maintainers PTAL |
|
LGTM, but tests look unhappy |
|
So, I don't know what's so special about |
|
I am going to just remove the test since I am hitting the time limit I set trying to get global opts back. The runlabel code is extremely fragile and I think it should be rewritten before adding new features on top. |
|
Can you also remove the useless globalOpts variable in the runlabel code? |
GLOBAL_OPTS haven't been supported for at least two major versions of Podman. The runlabel code is extremely fragile and I think it should be rewritten before adding new features. Fixes: containers#12436 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
|
@containers/podman-maintainers PTAL |
|
Do we need to remove the test entirely if the intent is to eventually re-add this? |
|
Lets just remove then we can always get them back from git if necessary. |
I have no intend at the moment but think that the runlabel code should be rewritten at some point. @Luap99 is great with quoting and shell escapes, so it may be something for a cold winter afternoon :^) |
GLOBAL_OPTS haven't been supported for at least two major versions of
Podman. The runlabel code is extremely fragile and I think it should
be rewritten before adding new features.
Fixes: #12436
Signed-off-by: Valentin Rothberg rothberg@redhat.com