Commit Graph

4 Commits

Author SHA1 Message Date
Avi Kivity
0ae22a09d4 LICENSE: Update to version 1.1
Updated terms of non-commercial use (must be a never-customer).
2026-04-12 19:46:33 +03:00
Emil Maskovsky
f8c297ca27 test: improve async execution in test_long_join
Replace list comprehensions with asyncio.gather() to await the injection
API calls in fully concurrent manner.
2025-09-08 17:14:37 +02:00
Emil Maskovsky
a86bd06f08 test: fix race condition in test_long_join
The test could trigger gossiper API calls before the API was properly
registered, causing intermittent 404 errors. Previously the test waited
for the "init - starting gossiper" log, but this appears before API
registration completes.

Add explicit wait for gossiper API registration to ensure the endpoint
is available before making requests, eliminating test flakiness.

Fixes: scylladb/scylladb#25582
2025-09-08 17:14:37 +02:00
Artsiom Mishuta
d1198f8318 test.py: rename topology_custom folder to cluster
rename topology_custom folder to cluster
as it contains not only topology test cases
2025-03-04 10:32:44 +01:00