-
Notifications
You must be signed in to change notification settings - Fork 138
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
Intermittent CI test failure #413
Comments
Actually, more often than not the CI workflow will just hang for a long time – 30+ minutes is not uncommon – before it finally fails that test. |
A couple lines earlier before the test that intermittently fails is this skipped test: gearmand/tests/libgearman-1.0/client_test.cc Line 813 in c24d899
Does a skipped test still execute the code? I think so? So that means the failing test is trying to send |
It took 12 attempts, but I finally got all of the CI workflow jobs to pass. I'm tempted to just disable all of these |
I suspect this issue may have been fixed by changing the |
This test in
t/client
suddenly has started to fail frequently but not always:tests/libgearman-1.0/client_test.cc:821: in hostname_resolution() pid(37552) Assertion 'GEARMAN_COULD_NOT_CONNECT' != 'gearman_client_echo(&client, test_literal_param("foo"))' client.gearman_client_st.gearman_client_add_servers(GEARMAN_GETADDRINFO) [ failed ]
That corresponds to this code:
gearmand/tests/libgearman-1.0/client_test.cc
Lines 821 to 822 in c24d899
In what scenario would that
ASSERT_EQ()
fail?The text was updated successfully, but these errors were encountered: