Skip to content

Commit

Permalink
STAR-386: Add logging around failure to get timestamp info (#28)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0905211)
(cherry picked from commit 3d6068a)
(cherry picked from commit ac5f6b4)
(cherry picked from commit 0766555)
  • Loading branch information
djatnieks authored and jacek-lewandowski committed May 27, 2022
1 parent adbcf83 commit 6df6f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,9 @@ def test_simultaneous_bootstrap(self):
# Repeat the select count(*) query, to help catch
# bugs like 9484, where count(*) fails at higher
# data loads.
logger.error(node1.nodetool('status').stdout)
for _ in range(5):
logger.error("Executing SELECT to node2")
assert_one(session, "SELECT count(*) from keyspace1.standard1", [500000], cl=ConsistencyLevel.ONE)

def test_cleanup(self):
Expand Down

0 comments on commit 6df6f8b

Please sign in to comment.