Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Dec 29, 2023
1 parent bdb171a commit af40360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def get_tests_for_type(self, branch, typ, limit):
tests = yield self.runQueryWithRetry(query)
return list(t[0] for t in tests)

@defer.inlineCallbacks
def run(self):
test_re = r'^(?:.+/)?mysql-test/(?:suite/)?(.+?)/(?:[rt]/)?([^/]+)\.(?:test|result|rdiff)$'
branch = self.getProperty('master_branch')
Expand Down

0 comments on commit af40360

Please sign in to comment.