mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
queue_processors: Don't run test queues with run-dev.py.
This commit is contained in:
committed by
Tim Abbott
parent
269faa342a
commit
716df658fa
@@ -13,7 +13,7 @@ sanity_check.check_venv(__file__)
|
||||
|
||||
# TODO: Convert this to use scripts/lib/queue_workers.py
|
||||
TOOLS_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
successful_worker_launch = '[process_queue] 18 queue worker threads were launched\n'
|
||||
successful_worker_launch = '[process_queue] 15 queue worker threads were launched\n'
|
||||
|
||||
def check_worker_launch(run_dev: "subprocess.Popen[str]") -> bool:
|
||||
failed = False
|
||||
|
||||
Reference in New Issue
Block a user