SERVER-55861 add retryable writes multiversion hook

This commit is contained in:
Siran Wang
2021-07-29 12:53:14 -04:00
committed by Evergreen Agent
parent 443a0536c0
commit 2fe0fa151f
38 changed files with 633 additions and 208 deletions

View File

@@ -12,7 +12,9 @@ from buildscripts.resmokelib.testing.hooks import interface
class LibfuzzerHook(interface.Hook): # pylint: disable=too-many-instance-attributes
"""Merges inputs after a fuzzer run."""
DESCRIPTION = ("Merges inputs after a fuzzer run")
DESCRIPTION = "Merges inputs after a fuzzer run"
IS_BACKGROUND = False
def __init__(self, hook_logger, fixture):
"""Initialize the ContinuousStepdown.