-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
flaky testflaky test found by CIflaky test found by CItestingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI
Description
Error message
assert node.contains_in_log(
"because of the race with list & delete"
) or node_2.contains_in_log("because of the race with list & delete")
E AssertionError: assert (False or False)
E + where False = <bound method ClickHouseInstance.contains_in_log of <helpers.cluster.ClickHouseInstance object at 0xffa1c2da5690>>('because of the race with list & delete')
E + where <bound method ClickHouseInstance.contains_in_log of <helpers.cluster.ClickHouseInstance object at 0xffa1c2da5690>> = <helpers.cluster.ClickHouseInstance object at 0xffa1c2da5690>.contains_in_log
E + and False = <bound method ClickHouseInstance.contains_in_log of <helpers.cluster.ClickHouseInstance object at 0xffa1c2da56c0>>('because of the race with list & delete')
E + where <bound method ClickHouseInstance.contains_in_log of <helpers.cluster.ClickHouseInstance object at 0xffa1c2da56c0>> = <helpers.cluster.ClickHouseInstance object at 0xffa1c2da56c0>.contains_in_log
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
flaky testflaky test found by CIflaky test found by CItestingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI