scylladb / scylladb

NoSQL data store using the seastar framework, compatible with Apache Cassandra
http://scylladb.com
GNU Affero General Public License v3.0
13.64k stars 1.3k forks source link

[x86_64, dev] topology_custom/test_view_build_status failed with #21656

Closed scylladb-promoter closed 2 days ago

scylladb-promoter commented 5 days ago

https://jenkins.scylladb.com/job/scylla-6.2/job/next/120/ failed with the following error:


=================================== FAILURES ===================================
_______________ test_view_build_status_cleanup_on_remove_node.3 ________________

manager = <test.pylib.manager_client.ManagerClient object at 0x7f73719e3a40>

    @pytest.mark.asyncio
    async def test_view_build_status_cleanup_on_remove_node(manager: ManagerClient):
        node_count = 4
        servers = await manager.servers_add(node_count)
        cql, _ = await manager.get_ready_cql(servers)

        await create_keyspace(cql)
        await create_table(cql)
        await create_mv(cql, "vt1")
        await create_mv(cql, "vt2")

        await wait_for_view(cql, "vt1", node_count)
>       await wait_for_view(cql, "vt2", node_count)

test/topology_custom/test_view_build_status.py:364: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test/pylib/util.py:249: in wait_for_view
    await wait_for(view_is_built, deadline)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

pred = <function wait_for_view.<locals>.view_is_built at 0x7f73705fefc0>
deadline = 1732194658.6210248, period = 1, before_retry = None

    async def wait_for(
            pred: Callable[[], Awaitable[Optional[T]]],
            deadline: float,
            period: float = 1,
            before_retry: Optional[Callable[[], Any]] = None) -> T:
        while True:
>           assert(time.time() < deadline), "Deadline exceeded, failing test."
E           AssertionError: Deadline exceeded, failing test.

test/pylib/util.py:55: AssertionError
------------------------------ Captured log setup ------------------------------
piodul commented 4 days ago

Most likely a duplicate of https://github.com/scylladb/scylladb/issues/20638 / https://github.com/scylladb/scylladb/issues/20338, with the same root cause

Annamikhlin commented 2 days ago

Most likely a duplicate of #20638 / #20338, with the same root cause

Yes, close this as duplicate issue