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)
  • Loading branch information
djatnieks authored and jacek-lewandowski committed Jun 25, 2021
1 parent e83d99a commit 3d6068a
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 @@ -882,7 +882,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 3d6068a

Please sign in to comment.