This is an automated email from the ASF dual-hosted git repository. jlewandowski pushed a commit to branch ds-trunk-5.0--2024-07-24 in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit b5856e9e52f5127e23326a3896509d9ad4bb2628 Author: dan jatnieks <[email protected]> AuthorDate: Thu Jun 24 14:34:22 2021 -0700 STAR-386: Add logging around failure to get timestamp info (#28) (cherry picked from commit 09052110c8a07c236ed83dee875ad0670a32e43b) (cherry picked from commit 3d6068a783fa56177fc63d0d3cbae43131465473) (cherry picked from commit ac5f6b47cbd16447efe346e646038a695422e95e) (cherry picked from commit 0766555087b18976442d81ac4d23c2d8c22c5cae) (cherry picked from commit 6df6f8b3198fca71ec9f02fcc013eed638415a31) (cherry picked from commit 843ff4a888ec44ba6fc4e27d4b75fb20a882e148) (cherry picked from commit 61e1d98ca1224e66c68dfa631082584f000e1371) --- bootstrap_test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap_test.py b/bootstrap_test.py index 043a734a..64595661 100644 --- a/bootstrap_test.py +++ b/bootstrap_test.py @@ -928,7 +928,9 @@ class BootstrapTester(Tester): # 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): --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
