mitogen icon indicating copy to clipboard operation
mitogen copied to clipboard

mitogen: _first_stage() EOF experiments

Open moreati opened this issue 3 weeks ago • 1 comments

moreati avatar Dec 09 '25 13:12 moreati

Possible data point, possible noisy test. In https://github.com/mitogen-hq/mitogen/actions/runs/20068591776/job/57565192791 ` testing 1356c4393c65bb3c3df857fe8f985c8063f73fa5 with timeout=10 one failure occured, only on u2204 py27-m_mtg

======================================================================
FAIL: test_stage (first_stage_test.CommandLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/mitogen/mitogen/tests/first_stage_test.py", line 78, in test_stage
    self.assertIn(b'shutting down', stdout)
AssertionError: 'shutting down' not found in 'MITO000\nMITO001\nMITO002\n'

In the next run (https://github.com/mitogen-hq/mitogen/actions/runs/20069213928/job/57567375542 testing 3ba087e0c4e55076e9d270185a42c93877e9dc33), without a timeout it passed.

moreati avatar Dec 09 '25 16:12 moreati