Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2e: always update ManagerHost #261

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

dougsland
Copy link
Collaborator

@dougsland dougsland commented Nov 1, 2023

We had cases where ManagerHost in node{ID} is not updated with what qm container contain as ManagerHost. This happens as the ContainerFile.node can be generated days/hours/minutes before the qm container be in fact created.

We had cases where ManagerHost in node{ID} is not updated with what qm container contain as ManagerHost. This happens as the ContainerFile.node can be generated days/hours/minutes before the qm container be in fact created.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Copy link
Collaborator

@Yarboa Yarboa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK LGTM,
Added to description happens in F39

@dougsland
Copy link
Collaborator Author

dougsland commented Nov 1, 2023

@Yarboa found a good workaround:

# podman rmi node --force
# podman network rm podmanDualStack -f
# ./run-test-e2e

Seems to work everytime! (Fedora 39) BUT in RHEL9.x still failing.

@dougsland dougsland closed this Nov 1, 2023
@dougsland dougsland reopened this Nov 1, 2023
@dougsland
Copy link
Collaborator Author

the workaround still not worked in all scenarios. Re-opening this PR.

@dougsland dougsland merged commit 8a0c66c into containers:main Nov 1, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants