-
Notifications
You must be signed in to change notification settings - Fork 24.2k
Move some distributed C++ GTest unit tests from test.sh to Python wrapper #64252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 5ddf794 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 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 to the (internal) Dr. CI Users group. |
This pull request was exported from Phabricator. Differential Revision: D30662844 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D30662844 |
ca75b69
to
436b69f
Compare
This pull request was exported from Phabricator. Differential Revision: D30662844 |
436b69f
to
948c179
Compare
This pull request was exported from Phabricator. Differential Revision: D30662844 |
948c179
to
70fb412
Compare
This pull request was exported from Phabricator. Differential Revision: D30662844 |
70fb412
to
0ea75cd
Compare
Codecov Report
@@ Coverage Diff @@
## master #64252 +/- ##
==========================================
+ Coverage 66.62% 66.70% +0.08%
==========================================
Files 710 710
Lines 92433 92433
==========================================
+ Hits 61583 61657 +74
+ Misses 30850 30776 -74 |
This pull request was exported from Phabricator. Differential Revision: D30662844 |
0ea75cd
to
cded8d2
Compare
This pull request was exported from Phabricator. Differential Revision: D30662844 |
cded8d2
to
606520f
Compare
This pull request was exported from Phabricator. Differential Revision: D30662844 |
606520f
to
12cc784
Compare
This pull request was exported from Phabricator. Differential Revision: D30662844 |
12cc784
to
c4b0bc0
Compare
This pull request was exported from Phabricator. Differential Revision: D30662844 |
c4b0bc0
to
339e44d
Compare
…pper (pytorch#64252) Summary: Pull Request resolved: pytorch#64252 This is the beginning of transitioning away from test.sh: pytorch#64067 Moved execution of FileStoreTest, HashStoreTest, TCPStoreTest from test.sh to run_test.py. Since these are compiled tests, the logic of test.sh was just migrated and the tests are run through subprocess. Test Plan: ``` python3 test/run_test.py --include cpp/c10d/FileStoreTest cpp/c10d/HashStoreTest cpp/c10d/TCPStoreTest ``` Wait for CI Differential Revision: D30662844 fbshipit-source-id: 3807399df05a0f5a08e06f11eba68f602b2bf014
This pull request was exported from Phabricator. Differential Revision: D30662844 |
339e44d
to
5ddf794
Compare
Summary:
This is the beginning of transitioning away from test.sh: #64067
Moved execution of FileStoreTest, HashStoreTest, TCPStoreTest from test.sh to run_test.py. Since these are compiled tests, the logic of test.sh was just migrated and the tests are run through subprocess.
Test Plan:
Wait for CI
Differential Revision: D30662844