Skip to content

Conversation

@osalpekar
Copy link
Member

@osalpekar osalpekar commented Jul 10, 2020

Stack from ghstack:

This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR

Differential Revision: D22470084

This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)

[ghstack-poisoned]
@dr-ci
Copy link

dr-ci bot commented Jul 10, 2020

💊 CI failures summary and remediations

As of commit 4fbf401 (more details on the Dr. CI page):


  • 4/4 failures possibly* introduced in this PR
    • 1/4 non-CircleCI failure(s)

🕵️ 3 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages:

See CircleCI build pytorch_linux_xenial_cuda10_2_cudnn7_py3_gcc7_test (1/3)

Step: "Run tests" (full log | diagnosis details | 🔁 rerun)

Jul 15 20:04:16 FAIL [0.032s]: test_interpolate_linear_1d_alert_nondeterministic_cuda (__main__.TestNN)
Jul 15 20:04:14   test_sparse_default_std (__main__.TestNNInit) ... ok (0.008s) 
Jul 15 20:04:14   test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.001s) 
Jul 15 20:04:15   test_trunc_normal (__main__.TestNNInit) ... ok (0.700s) 
Jul 15 20:04:16   test_uniform (__main__.TestNNInit) ... ok (0.898s) 
Jul 15 20:04:16   test_xavier_normal (__main__.TestNNInit) ... ok (0.106s) 
Jul 15 20:04:16   test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 
Jul 15 20:04:16   test_xavier_uniform (__main__.TestNNInit) ... ok (0.080s) 
Jul 15 20:04:16   test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 
Jul 15 20:04:16  
Jul 15 20:04:16 ====================================================================== 
Jul 15 20:04:16 FAIL [0.032s]: test_interpolate_linear_1d_alert_nondeterministic_cuda (__main__.TestNN) 
Jul 15 20:04:16 ---------------------------------------------------------------------- 
Jul 15 20:04:16 Traceback (most recent call last): 
Jul 15 20:04:16   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 777, in wrapper 
Jul 15 20:04:16     method(*args, **kwargs) 
Jul 15 20:04:16   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_utils.py", line 777, in wrapper 
Jul 15 20:04:16     method(*args, **kwargs) 
Jul 15 20:04:16   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 674, in efail_fn_no_device 
Jul 15 20:04:16     return efail_fn(slf, None, *args, **kwargs) 
Jul 15 20:04:16   File "/opt/conda/lib/python3.6/site-packages/torch/testing/_internal/common_device_type.py", line 665, in efail_fn 
Jul 15 20:04:16     slf.fail('expected a non-deterministic error, but it was not raised') 

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test2 (2/3)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

AssertionError: expected a non-deterministic error, but it was not raised
  test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.006s) 
 
====================================================================== 
FAIL [0.023s]: test_interpolate_linear_1d_alert_nondeterministic_cuda (__main__.TestNN) 
---------------------------------------------------------------------- 
Traceback (most recent call last): 
  File "C:\Users\circleci\project\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 674, in efail_fn_no_device 
    return efail_fn(slf, None, *args, **kwargs) 
  File "C:\Users\circleci\project\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 665, in efail_fn 
    slf.fail('expected a non-deterministic error, but it was not raised') 
AssertionError: expected a non-deterministic error, but it was not raised 
 
---------------------------------------------------------------------- 
Ran 1800 tests in 671.536s 
 
FAILED (failures=1, skipped=90, expected failures=4) 
 
Generating XML reports... 
Generated XML report: test-reports\python-unittest\TEST-PackedSequenceTest-20200715200734.xml 
Generated XML report: test-reports\python-unittest\TEST-TestAddRelu-20200715200734.xml 
Generated XML report: test-reports\python-unittest\TEST-TestAvgPool-20200715200734.xml 

See CircleCI build pytorch_windows_vs2019_py36_cuda10.1_test1 (3/3)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

AssertionError: expected a non-deterministic error, but it was not raised
  test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.014s) 
 
====================================================================== 
FAIL [0.024s]: test_interpolate_linear_1d_alert_nondeterministic_cuda (__main__.TestNN) 
---------------------------------------------------------------------- 
Traceback (most recent call last): 
  File "C:\Users\circleci\project\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 674, in efail_fn_no_device 
    return efail_fn(slf, None, *args, **kwargs) 
  File "C:\Users\circleci\project\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 665, in efail_fn 
    slf.fail('expected a non-deterministic error, but it was not raised') 
AssertionError: expected a non-deterministic error, but it was not raised 
 
---------------------------------------------------------------------- 
Ran 1800 tests in 716.828s 
 
FAILED (failures=1, skipped=90, expected failures=4) 
 
Generating XML reports... 
Generated XML report: test-reports\python-unittest\TEST-PackedSequenceTest-20200715193510.xml 
Generated XML report: test-reports\python-unittest\TEST-TestAddRelu-20200715193510.xml 
Generated XML report: test-reports\python-unittest\TEST-TestAvgPool-20200715193510.xml 

ci.pytorch.org: 1 failed


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 14 times.

This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)

[ghstack-poisoned]
osalpekar added a commit that referenced this pull request Jul 10, 2020
Pull Request resolved: #41265

This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR
ghstack-source-id: 107555960

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)

[ghstack-poisoned]
osalpekar added a commit that referenced this pull request Jul 13, 2020
Pull Request resolved: #41265

This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR
ghstack-source-id: 107649144

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)
using namespace c10d::test;

constexpr auto kSendDelay = std::chrono::milliseconds(100);
constexpr auto kWaitDelay = std::chrono::milliseconds(1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: kWaitTimeout

This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)

[ghstack-poisoned]
@osalpekar osalpekar requested a review from jiayisuse July 15, 2020 17:58
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)

[ghstack-poisoned]
This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)

[ghstack-poisoned]
osalpekar added a commit that referenced this pull request Jul 15, 2020
Pull Request resolved: #41265

This PR adds tests for the Async Work wait-level timeouts that were added in the previous PR
ghstack-source-id: 107835732

Differential Revision: [D22470084](https://our.internmc.facebook.com/intern/diff/D22470084/)
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 81e9649.

@facebook-github-bot facebook-github-bot deleted the gh/osalpekar/59/head branch July 20, 2020 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants