Skip to content

Commit

Permalink
Disable the net_worker when running DDL propagation tests (#7948)
Browse files Browse the repository at this point in the history
It causes introspection of every database currently, which is super
heavyweight.
  • Loading branch information
msullivan authored Oct 31, 2024
1 parent 8ac9372 commit b9ba3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_server_proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -2095,6 +2095,7 @@ def get_adjacent_server_args(self):
else:
server_args['adjacent_to'] = self.con
server_args['runstate_dir'] = self.runstate_dir
server_args['net_worker_mode'] = 'disabled'
return server_args

@unittest.skipUnless(devmode.is_in_dev_mode(),
Expand Down

0 comments on commit b9ba3b6

Please sign in to comment.