Skip to content

Commit 1517f3a

Browse files
Add by-pass cache to try
1 parent a672123 commit 1517f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests_and_examples/run_query_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ def compare_result(self, query_type, test, result):
251251

252252
if value != result[key]:
253253
time.sleep(self.sleep_time * 3)
254+
test['query'].update({"bypass-cache": True})
254255
result2 = self.execute_query(query_type, test)
255256
if value == result2[key]:
256257
print " Passed at second try"

0 commit comments

Comments
 (0)