Skip to content

test/topology_experimental_raft/test_raft_ignore_nodes.py::test_raft_remove_ignore_nodes fails because the grateful shutdown took more than 60 seconds #16420

@tchaikov

Description

@tchaikov
03:36:06  =================================== FAILURES ===================================
03:36:06  ________________________ test_raft_remove_ignore_nodes _________________________
03:36:06  
03:36:06  manager = <test.pylib.manager_client.ManagerClient object at 0x7f2a1e71d210>
03:36:06  
03:36:06      @pytest.mark.asyncio
03:36:06      async def test_raft_remove_ignore_nodes(manager: ManagerClient) -> None:
...
03:36:06  >       await manager.server_stop_gracefully(servers[1].server_id)
...
03:36:06              if resp.status != 200:
03:36:06                  text = await resp.text()
03:36:06  >               raise HTTPError(uri, resp.status, params, json, text)
03:36:06  E               test.pylib.rest_client.HTTPError: HTTP error 500, uri: http+unix://api/cluster/server/1111/stop_gracefully, params: None, json: None, body:
03:36:06  E               Stopping server ScyllaServer(1111, 127.72.71.49, 8d60ba75-b590-46a2-8917-7a892e2b29d7) gracefully took longer than 60s
...
03:36:06  test/pylib/rest_client.py:69: HTTPError

the command launching scylla failed not exit after the driver script waited for 60 seconds after sending it SIGTERM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    symptom/ci_stabilityIssues that failed in ScyllaDB CI - tests and framework

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions