/tiered storage | Fail 1h 38m | AssertionError
Traceback (most recent call last):
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 392, in
regression()
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 380, in regression
Feature(name, test=feature)(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 274, in feature
Scenario(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/feature.py", line 52, in feature
Scenario(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/adding_another_volume.py", line 146, in scenario
assert used_disks[0] == "external", error()
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert used_disks[0] == "external", error()
Assertion values
assert used_disks[0] == "external", error()
^ is 'jbod1'
assert used_disks[0] == "external", error()
^ is = False
@@ -1 +1 @@
-jbod1
+external
assert used_disks[0] == "external", error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/adding_another_volume.py', line 146 in 'scenario'
138\| ):
139\| assert sum(1 for x in used_disks if x == "jbod1") <= 7, error()
140\|
141\| with And(
142\| "that the first two (oldest) parts were moved to 'external'"
143\| ):
144\| for attempt in retries(timeout=180, delay=1):
145\| with attempt:
146\|> assert used_disks[0] == "external", error()
147\|
148\| with When("I restart again"):
149\| node.restart() |
/tiered storage/with s3gcs | Fail 1h 38m | AssertionError
Traceback (most recent call last):
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 392, in
regression()
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 380, in regression
Feature(name, test=feature)(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 274, in feature
Scenario(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/feature.py", line 52, in feature
Scenario(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/adding_another_volume.py", line 146, in scenario
assert used_disks[0] == "external", error()
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert used_disks[0] == "external", error()
Assertion values
assert used_disks[0] == "external", error()
^ is 'jbod1'
assert used_disks[0] == "external", error()
^ is = False
@@ -1 +1 @@
-jbod1
+external
assert used_disks[0] == "external", error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/adding_another_volume.py', line 146 in 'scenario'
138\| ):
139\| assert sum(1 for x in used_disks if x == "jbod1") <= 7, error()
140\|
141\| with And(
142\| "that the first two (oldest) parts were moved to 'external'"
143\| ):
144\| for attempt in retries(timeout=180, delay=1):
145\| with attempt:
146\|> assert used_disks[0] == "external", error()
147\|
148\| with When("I restart again"):
149\| node.restart() |
/tiered storage/with s3gcs/background move | Fail 7m 2s | AssertionError
Traceback (most recent call last):
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 392, in
regression()
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 380, in regression
Feature(name, test=feature)(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/regression.py", line 274, in feature
Scenario(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/feature.py", line 52, in feature
Scenario(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/adding_another_volume.py", line 146, in scenario
assert used_disks[0] == "external", error()
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert used_disks[0] == "external", error()
Assertion values
assert used_disks[0] == "external", error()
^ is 'jbod1'
assert used_disks[0] == "external", error()
^ is = False
@@ -1 +1 @@
-jbod1
+external
assert used_disks[0] == "external", error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/tiered_storage/../tiered_storage/tests/background_move/adding_another_volume.py', line 146 in 'scenario'
138\| ):
139\| assert sum(1 for x in used_disks if x == "jbod1") <= 7, error()
140\|
141\| with And(
142\| "that the first two (oldest) parts were moved to 'external'"
143\| ):
144\| for attempt in retries(timeout=180, delay=1):
145\| with attempt:
146\|> assert used_disks[0] == "external", error()
147\|
148\| with When("I restart again"):
149\| node.restart() |