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 8c96801 commit c318850Copy full SHA for c318850
offline_tools_test.py
@@ -266,9 +266,9 @@ def test_sstableverify(self):
266
hashcomputed = False
267
for line in outlines:
268
if sstable in line:
269
- if "Verifying BigTableReader" in line:
+ if "Verifying " in line:
270
verified = True
271
- elif "Checking computed hash of BigTableReader" in line:
+ elif "Checking computed hash of " in line:
272
hashcomputed = True
273
else:
274
logger.debug(line)
0 commit comments