Skip to content

Commit

Permalink
fixup: PR #7319 defined workload.py def stop() twice
Browse files Browse the repository at this point in the history
  • Loading branch information
problame committed Apr 5, 2024
1 parent 4fc95d2 commit dbf5e0d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test_runner/fixtures/workload.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ def stop(self):
def __del__(self):
self.stop()

def stop(self):
if self._endpoint is not None:
self._endpoint.stop()
self._endpoint = None

def init(self, pageserver_id: Optional[int] = None):
endpoint = self.endpoint(pageserver_id)

Expand Down

0 comments on commit dbf5e0d

Please sign in to comment.