Skip to content

Intermittent CI test failure #413

@esabol

Description

@esabol

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:

ASSERT_EQ(GEARMAN_COULD_NOT_CONNECT,
gearman_client_echo(&client, test_literal_param("foo")));

In what scenario would that ASSERT_EQ() fail?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions