Skip to content

Commit

Permalink
Updating disabled tests stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytorch Test Infra committed Aug 5, 2021
1 parent 09cf19e commit d18b417
Showing 1 changed file with 95 additions and 95 deletions.
190 changes: 95 additions & 95 deletions stats/disabled-tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,101 +881,6 @@
"performed_via_github_app": null,
"score": 0.0
},
{
"url": "https://api.github.com/repos/pytorch/pytorch/issues/38491",
"repository_url": "https://api.github.com/repos/pytorch/pytorch",
"labels_url": "https://api.github.com/repos/pytorch/pytorch/issues/38491/labels{/name}",
"comments_url": "https://api.github.com/repos/pytorch/pytorch/issues/38491/comments",
"events_url": "https://api.github.com/repos/pytorch/pytorch/issues/38491/events",
"html_url": "https://github.com/pytorch/pytorch/issues/38491",
"id": 618421559,
"node_id": "MDU6SXNzdWU2MTg0MjE1NTk=",
"number": 38491,
"title": "DISABLED ParallelWorkersTest.testParallelWorkersShutdownFun ",
"user": {
"login": "mrshenli",
"id": 16999635,
"node_id": "MDQ6VXNlcjE2OTk5NjM1",
"avatar_url": "https://avatars.githubusercontent.com/u/16999635?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mrshenli",
"html_url": "https://github.com/mrshenli",
"followers_url": "https://api.github.com/users/mrshenli/followers",
"following_url": "https://api.github.com/users/mrshenli/following{/other_user}",
"gists_url": "https://api.github.com/users/mrshenli/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mrshenli/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrshenli/subscriptions",
"organizations_url": "https://api.github.com/users/mrshenli/orgs",
"repos_url": "https://api.github.com/users/mrshenli/repos",
"events_url": "https://api.github.com/users/mrshenli/events{/privacy}",
"received_events_url": "https://api.github.com/users/mrshenli/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"id": 443484135,
"node_id": "MDU6TGFiZWw0NDM0ODQxMzU=",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/high%20priority",
"name": "high priority",
"color": "F22613",
"default": false,
"description": null
},
{
"id": 1301397902,
"node_id": "MDU6TGFiZWwxMzAxMzk3OTAy",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/module:%20flaky-tests",
"name": "module: flaky-tests",
"color": "f7e101",
"default": false,
"description": "Problem is a flaky test in CI"
},
{
"id": 679953883,
"node_id": "MDU6TGFiZWw2Nzk5NTM4ODM=",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/oncall:%20distributed",
"name": "oncall: distributed",
"color": "f7e101",
"default": false,
"description": "Add this issue/PR to distributed oncall triage queue"
},
{
"id": 466131885,
"node_id": "MDU6TGFiZWw0NjYxMzE4ODU=",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/triage%20review",
"name": "triage review",
"color": "cc317c",
"default": false,
"description": ""
},
{
"id": 1301347167,
"node_id": "MDU6TGFiZWwxMzAxMzQ3MTY3",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/triaged",
"name": "triaged",
"color": "006b75",
"default": false,
"description": "This issue has been looked at a team member, and triaged and prioritized into an appropriate module"
}
],
"state": "open",
"locked": false,
"assignee": null,
"assignees": [

],
"milestone": null,
"comments": 0,
"created_at": "2020-05-14T17:45:34Z",
"updated_at": "2021-02-25T21:37:31Z",
"closed_at": null,
"author_association": "CONTRIBUTOR",
"active_lock_reason": null,
"body": "https://app.circleci.com/pipelines/github/pytorch/pytorch/169923/workflows/d66ca278-d55c-462b-96cb-55623ce713f7/jobs/5472514/steps\r\n\r\n```\r\nMay 14 07:37:27 =================================== FAILURES ===================================\r\nMay 14 07:37:27 ______________ ParallelWorkersTest.testParallelWorkersShutdownFun ______________\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 self = <caffe2.python.parallel_workers_test.ParallelWorkersTest testMethod=testParallelWorkersShutdownFun>\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 def testParallelWorkersShutdownFun(self):\r\nMay 14 07:37:27 workspace.ResetWorkspace()\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 queue = create_queue()\r\nMay 14 07:37:27 dummy_worker = create_worker(queue, lambda worker_id: str(worker_id))\r\nMay 14 07:37:27 workspace.FeedBlob('data', 'not shutdown')\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 def shutdown_fun():\r\nMay 14 07:37:27 workspace.FeedBlob('data', 'shutdown')\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 worker_coordinator = parallel_workers.init_workers(\r\nMay 14 07:37:27 dummy_worker, shutdown_fun=shutdown_fun\r\nMay 14 07:37:27 )\r\nMay 14 07:37:27 worker_coordinator.start()\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 > self.assertTrue(worker_coordinator.stop())\r\nMay 14 07:37:27 E AssertionError: False is not true\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 ../.local/lib/python3.6/site-packages/caffe2/python/parallel_workers_test.py:116: AssertionError\r\nMay 14 07:37:27 ----------------------------- Captured stdout call -----------------------------\r\n```\n\ncc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @agolynski @SciPioneer @H-Huang @mrzzd @cbalioglu @houseroad @spandantiwari @lara-hdr @BowenBao @neginraoof",
"performed_via_github_app": null,
"score": 0.0
},
{
"url": "https://api.github.com/repos/pytorch/pytorch/issues/62359",
"repository_url": "https://api.github.com/repos/pytorch/pytorch",
Expand Down Expand Up @@ -1091,6 +996,101 @@
"performed_via_github_app": null,
"score": 0.0
},
{
"url": "https://api.github.com/repos/pytorch/pytorch/issues/38491",
"repository_url": "https://api.github.com/repos/pytorch/pytorch",
"labels_url": "https://api.github.com/repos/pytorch/pytorch/issues/38491/labels{/name}",
"comments_url": "https://api.github.com/repos/pytorch/pytorch/issues/38491/comments",
"events_url": "https://api.github.com/repos/pytorch/pytorch/issues/38491/events",
"html_url": "https://github.com/pytorch/pytorch/issues/38491",
"id": 618421559,
"node_id": "MDU6SXNzdWU2MTg0MjE1NTk=",
"number": 38491,
"title": "DISABLED ParallelWorkersTest.testParallelWorkersShutdownFun ",
"user": {
"login": "mrshenli",
"id": 16999635,
"node_id": "MDQ6VXNlcjE2OTk5NjM1",
"avatar_url": "https://avatars.githubusercontent.com/u/16999635?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mrshenli",
"html_url": "https://github.com/mrshenli",
"followers_url": "https://api.github.com/users/mrshenli/followers",
"following_url": "https://api.github.com/users/mrshenli/following{/other_user}",
"gists_url": "https://api.github.com/users/mrshenli/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mrshenli/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mrshenli/subscriptions",
"organizations_url": "https://api.github.com/users/mrshenli/orgs",
"repos_url": "https://api.github.com/users/mrshenli/repos",
"events_url": "https://api.github.com/users/mrshenli/events{/privacy}",
"received_events_url": "https://api.github.com/users/mrshenli/received_events",
"type": "User",
"site_admin": false
},
"labels": [
{
"id": 443484135,
"node_id": "MDU6TGFiZWw0NDM0ODQxMzU=",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/high%20priority",
"name": "high priority",
"color": "F22613",
"default": false,
"description": null
},
{
"id": 1301397902,
"node_id": "MDU6TGFiZWwxMzAxMzk3OTAy",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/module:%20flaky-tests",
"name": "module: flaky-tests",
"color": "f7e101",
"default": false,
"description": "Problem is a flaky test in CI"
},
{
"id": 679953883,
"node_id": "MDU6TGFiZWw2Nzk5NTM4ODM=",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/oncall:%20distributed",
"name": "oncall: distributed",
"color": "f7e101",
"default": false,
"description": "Add this issue/PR to distributed oncall triage queue"
},
{
"id": 466131885,
"node_id": "MDU6TGFiZWw0NjYxMzE4ODU=",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/triage%20review",
"name": "triage review",
"color": "cc317c",
"default": false,
"description": ""
},
{
"id": 1301347167,
"node_id": "MDU6TGFiZWwxMzAxMzQ3MTY3",
"url": "https://api.github.com/repos/pytorch/pytorch/labels/triaged",
"name": "triaged",
"color": "006b75",
"default": false,
"description": "This issue has been looked at a team member, and triaged and prioritized into an appropriate module"
}
],
"state": "open",
"locked": false,
"assignee": null,
"assignees": [

],
"milestone": null,
"comments": 0,
"created_at": "2020-05-14T17:45:34Z",
"updated_at": "2021-02-25T21:37:31Z",
"closed_at": null,
"author_association": "CONTRIBUTOR",
"active_lock_reason": null,
"body": "https://app.circleci.com/pipelines/github/pytorch/pytorch/169923/workflows/d66ca278-d55c-462b-96cb-55623ce713f7/jobs/5472514/steps\r\n\r\n```\r\nMay 14 07:37:27 =================================== FAILURES ===================================\r\nMay 14 07:37:27 ______________ ParallelWorkersTest.testParallelWorkersShutdownFun ______________\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 self = <caffe2.python.parallel_workers_test.ParallelWorkersTest testMethod=testParallelWorkersShutdownFun>\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 def testParallelWorkersShutdownFun(self):\r\nMay 14 07:37:27 workspace.ResetWorkspace()\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 queue = create_queue()\r\nMay 14 07:37:27 dummy_worker = create_worker(queue, lambda worker_id: str(worker_id))\r\nMay 14 07:37:27 workspace.FeedBlob('data', 'not shutdown')\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 def shutdown_fun():\r\nMay 14 07:37:27 workspace.FeedBlob('data', 'shutdown')\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 worker_coordinator = parallel_workers.init_workers(\r\nMay 14 07:37:27 dummy_worker, shutdown_fun=shutdown_fun\r\nMay 14 07:37:27 )\r\nMay 14 07:37:27 worker_coordinator.start()\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 > self.assertTrue(worker_coordinator.stop())\r\nMay 14 07:37:27 E AssertionError: False is not true\r\nMay 14 07:37:27 \r\nMay 14 07:37:27 ../.local/lib/python3.6/site-packages/caffe2/python/parallel_workers_test.py:116: AssertionError\r\nMay 14 07:37:27 ----------------------------- Captured stdout call -----------------------------\r\n```\n\ncc @ezyang @gchanan @zou3519 @bdhirsh @jbschlosser @pietern @mrshenli @pritamdamania87 @zhaojuanmao @satgera @rohan-varma @gqchen @aazzolini @osalpekar @jiayisuse @agolynski @SciPioneer @H-Huang @mrzzd @cbalioglu @houseroad @spandantiwari @lara-hdr @BowenBao @neginraoof",
"performed_via_github_app": null,
"score": 0.0
},
{
"url": "https://api.github.com/repos/pytorch/pytorch/issues/59901",
"repository_url": "https://api.github.com/repos/pytorch/pytorch",
Expand Down

0 comments on commit d18b417

Please sign in to comment.