Skip to content

Commit 3d6068a

Browse files
djatnieksjacek-lewandowski
authored andcommitted
STAR-386: Add logging around failure to get timestamp info (#28)
(cherry picked from commit 0905211)
1 parent e83d99a commit 3d6068a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,9 @@ def test_simultaneous_bootstrap(self):
882882
# Repeat the select count(*) query, to help catch
883883
# bugs like 9484, where count(*) fails at higher
884884
# data loads.
885+
logger.error(node1.nodetool('status').stdout)
885886
for _ in range(5):
887+
logger.error("Executing SELECT to node2")
886888
assert_one(session, "SELECT count(*) from keyspace1.standard1", [500000], cl=ConsistencyLevel.ONE)
887889

888890
def test_cleanup(self):

0 commit comments

Comments
 (0)