Luis Freitas
Luis Freitas
Both of these builds are failing: - https://jenkins.scylladb.com/job/scylla-master/job/docker/915/ - https://jenkins.scylladb.com/job/scylla-master/job/offline-installer/1237/ **Cause for docker:** The following job is failing on step Run SCT Test: https://jenkins.scylladb.com/job/scylla-master/job/artifacts/job/artifacts-docker-test/ See: - https://jenkins.scylladb.com/job/scylla-master/job/artifacts/job/artifacts-docker-test/1243/ - https://jenkins.scylladb.com/job/scylla-master/job/artifacts/job/artifacts-docker-test/1244/ Cause...
Seen: https://jenkins.scylladb.com/job/scylla-master/job/dtest-release/878/testReport/materialized_views_test/TestMaterializedViews/Run_Dtest_Parallel_Cloud_Machines___FullDtest___full_split000___test_allow_filtering/ Logs: [node3.log](https://github.com/user-attachments/files/19772770/node3.log) [node2.log](https://github.com/user-attachments/files/19772769/node2.log) [node1.log](https://github.com/user-attachments/files/19772771/node1.log) Error message: `AssertionError: Expected [[167, 167, 'a', 3.0]] from SELECT * FROM t_by_v WHERE v = 167, but got [] ` Stacktrace: ``` self...
Seen: https://jenkins.scylladb.com/job/scylla-master/job/next/9098/testReport/cluster/test_topology_recovery_basic/x86___release___test_py_release_x86___test_topology_recovery_basic_release_1/ Logs: [test_py.log](https://github.com/user-attachments/files/19775439/test_py.log) [scylla-2135.log](https://github.com/user-attachments/files/19775440/scylla-2135.log) [scylla-2134.log](https://github.com/user-attachments/files/19775443/scylla-2134.log) [scylla-2133.log](https://github.com/user-attachments/files/19775441/scylla-2133.log) [pytest.log](https://github.com/user-attachments/files/19775442/pytest.log) Stacktrace: ``` request = build_mode = 'release' manager = @pytest.mark.asyncio @log_run_time async def test_topology_recovery_basic(request, build_mode: str, manager: ManagerClient): # FIXME: move this...
Seen: https://jenkins.scylladb.com/job/scylla-master/job/dtest-release-with-raft/657/testReport/materialized_views_test/TestMaterializedViews/Run_Dtest_Parallel_Cloud_Machines___FullDtest___full_split004___test_many_mv_concurrent/ Logs [node3.log](https://github.com/user-attachments/files/19773557/node3.log) [node2.log](https://github.com/user-attachments/files/19773556/node2.log) [node1.log](https://github.com/user-attachments/files/19773558/node1.log) Error Message: `cassandra.OperationTimedOut: errors={'127.0.16.3:9042': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=127.0.16.3:9042` Stacktrace: ``` self = def test_many_mv_concurrent(self): """ Performance and functional test. - Create 100...
BRANCH: scylla-master Seen: https://jenkins.scylladb.com/job/scylla-master/job/next/9094/testReport/cqlpy.cassandra_tests.validation.entities/frozen_collections_test/x86___debug___test_py_debug_x86___testClusteringColumnFiltering_debug_2/ Log: [cqlpy.cassandra_tests_validation_entities_frozen_collections_test.2.log](https://github.com/user-attachments/files/19758111/cqlpy.cassandra_tests_validation_entities_frozen_collections_test.2.log) Error Message: `cassandra.cluster.NoHostAvailable: ('Unable to complete the operation against any hosts', {: ConnectionShutdown('Connection to 127.223.56.21:9042 was closed')})` Stacktrace: ``` cql = test_keyspace = 'cql_test_1744709218266'...
Seen: https://jenkins.scylladb.com/job/scylla-2025.2/job/next/64/testReport/cluster/test_sstable_compression_dictionaries_basic/x86___release___test_py_release_x86___test_dict_memory_limit_release_1/ Logs: [pytest.log](https://github.com/user-attachments/files/20754895/pytest.log) [stacktrace.txt](https://github.com/user-attachments/files/20754897/stacktrace.txt) [test_py.log](https://github.com/user-attachments/files/20754896/test_py.log) Error Message: ``` assert 262144.0 < (256 * 1024) + where 262144.0 = dict_memory([]) ``` Stacktrace: ``` manager = async def test_dict_memory_limit(manager: ManagerClient): #...