We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea5074 commit 33f3e3fCopy full SHA for 33f3e3f
offline_tools_test.py
@@ -271,9 +271,9 @@ def test_sstableverify(self):
271
hashcomputed = False
272
for line in outlines:
273
if sstable in line:
274
- if "Verifying BigTableReader" in line:
+ if "Verifying " in line:
275
verified = True
276
- elif "Checking computed hash of BigTableReader" in line:
+ elif "Checking computed hash of " in line:
277
hashcomputed = True
278
else:
279
logger.debug(line)
0 commit comments