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

Fix hang in apiv2 test_connect #13959

Merged
merged 2 commits into from
Apr 23, 2022
Merged

Conversation

cevich
Copy link
Member

@cevich cevich commented Apr 21, 2022

When executing on F36, starting the podman service in debug-mode causes aardvark to run in debug mode. This does unexpected things with file-descriptors leading to a test-hang. Thanks to @Luap99 for the fix. See also containers/automation_images#128 and #13934

Fixes #13932

@jwhonce
Copy link
Member

jwhonce commented Apr 21, 2022

LGTM

@TomSweeneyRedHat
Copy link
Member

@cevich, rebase needed.

Makefile Outdated Show resolved Hide resolved
@cevich cevich force-pushed the fix_apiv2 branch 2 times, most recently from 0ea6788 to a81850e Compare April 22, 2022 15:08
@cevich
Copy link
Member Author

cevich commented Apr 22, 2022

This should be good to go.

The default verbosity level does not show the classes or function names.
This makes it difficult to debug problems like hangs.  Also, separate
the bats and python-based tests into two sections.  This allows for
easier debugging, since isolation can be done in `runner.sh` rather than
mucking with the `Makefile`.  Lastly, update the logformatter script
to `autoflush stdout` (thanks @edsantiago).

Signed-off-by: Chris Evich <cevich@redhat.com>
Starting the podman service in debug-mode causes aardvark to run in
debug mode.  This does unexpected things with file-descriptors leading
to a test-hang.  Thanks to @Luap99 for the fix.

Signed-off-by: Chris Evich <cevich@redhat.com>
@cevich
Copy link
Member Author

cevich commented Apr 22, 2022

Force-pushed: Fixed commits and removed timeouts for @TomSweeneyRedHat per #13376 (review)

@TomSweeneyRedHat
Copy link
Member

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Apr 22, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cevich, TomSweeneyRedHat

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 22, 2022
@TomSweeneyRedHat
Copy link
Member

CI seems to be examining its navel fuzz. I've just approved the PR in hopes it will get out of its revelry.

@TomSweeneyRedHat
Copy link
Member

LGTM
and happy green test buttons!

@Luap99
Copy link
Member

Luap99 commented Apr 23, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 23, 2022
@openshift-merge-robot openshift-merge-robot merged commit 31231ff into containers:main Apr 23, 2022
@cevich cevich deleted the fix_apiv2 branch April 18, 2023 14:49
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Aug 29, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compat API suspected fd-related hang w/ aardvark-dns
5 participants