-
Notifications
You must be signed in to change notification settings - Fork 157
Open
Description
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
| ASSERT_EQ(GEARMAN_COULD_NOT_CONNECT, | |
| gearman_client_echo(&client, test_literal_param("foo"))); |
In what scenario would that ASSERT_EQ() fail?