Skip to content

Commit 99b55d2

Browse files
committed
Use single worker for testing
Signed-off-by: Jugal Chauhan <[email protected]>
1 parent 269d8ce commit 99b55d2

File tree

1 file changed

+1
-1
lines changed
  • TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/integ_test/integ_test/test_cases

1 file changed

+1
-1
lines changed

TrafficCapture/dockerSolution/src/main/docker/migrationConsole/lib/integ_test/integ_test/test_cases/ma_test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def backfill_before(self):
9292
def backfill_start(self):
9393
if MigrationType.BACKFILL in self.migrations_required:
9494
# Flip this bool to only use one worker otherwise use the default worker count (5), useful for debugging
95-
single_worker_mode = False
95+
single_worker_mode = True
9696
if not single_worker_mode:
9797
backfill_start_result: CommandResult = self.backfill.start()
9898
assert backfill_start_result.success

0 commit comments

Comments
 (0)