Compare commits

...

2 Commits

Author SHA1 Message Date
Nadav Har'El
102e9ce6c7 Fix for Commented-out code
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-12-15 13:35:12 +02:00
Jenkins Promoter
d5641398f5 Update pgo profiles - aarch64 2025-12-15 05:16:31 +02:00
2 changed files with 2 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80a47fe93866989aaf7e949168fcd308e95841e78c976a61f9eac20bfdd34d96
size 6448960
oid sha256:3cbe2dd05945f8fb76ebce2ea70864063d2b282c4d5080af1f290ead43321ab3
size 6444732

View File

@@ -144,10 +144,6 @@ def test_mv_quoted_column_names_build(cql, test_keyspace):
# which we don't). This means, unfortunately, that a failure
# of this test is slow - it needs to wait for a timeout.
wait_for_view_built(cql, mv)
# start_time = time.time()
# while time.time() < start_time + 30:
# if list(cql.execute(f'SELECT * from {mv}')) == [(2, 1)]:
# break
assert list(cql.execute(f'SELECT * from {mv}')) == [(2, 1)]
# The previous test (test_mv_empty_string_partition_key) verifies that a