Skip to content

ParallelWorkersTest.testParallelWorkersInitFun is flaky #28958

@ezyang

Description

@ezyang

https://app.circleci.com/jobs/github/pytorch/pytorch/3419913

Oct 31 06:27:59             dummy_worker, init_fun=init_fun
Oct 31 06:27:59         )
Oct 31 06:27:59         worker_coordinator.start()
Oct 31 06:27:59     
Oct 31 06:27:59         for _ in range(10):
Oct 31 06:27:59             value = dequeue_value(queue)
Oct 31 06:27:59             self.assertEqual(
Oct 31 06:27:59                 value, b'initialized', 'Got unexpected value ' + str(value)
Oct 31 06:27:59             )
Oct 31 06:27:59     
Oct 31 06:27:59 >       self.assertTrue(worker_coordinator.stop())
Oct 31 06:27:59 E       AssertionError: False is not true
Oct 31 06:27:59 
Oct 31 06:27:59 ../.local/lib/python3.6/site-packages/caffe2/python/parallel_workers_test.py:98: AssertionError
Oct 31 06:27:59 ----------------------------- Captured stdout call -----------------------------
Oct 31 06:27:59 Wait for workers to die: train
Oct 31 06:27:59 Worker <Thread(parallel_workers worker id 3, started daemon 140220011902720)> failed to close while waiting
Oct 31 06:27:59 All workers terminated: False
Oct 31 06:27:59 - generated xml file: /var/lib/jenkins/workspace/caffe2_tests/python/result.xml -

cc @ezyang @gchanan @zou3519 @jerryzh168

Metadata

Metadata

Assignees

No one assigned

    Labels

    high prioritymodule: flaky-testsProblem is a flaky test in CItriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions