-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Convert StoreTestUtils to Gtest #43382
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
StoreTestCommon defines standard helper functions that are used by all of our Store tests. These helpers currently throw exceptions upon failure, this PR changes them to use gtest assertions instead. Differential Revision: [D22828156](https://our.internmc.facebook.com/intern/diff/D22828156/) [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 6579e72 (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis 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. This comment has been revised 26 times. |
StoreTestCommon defines standard helper functions that are used by all of our Store tests. These helpers currently throw exceptions upon failure, this PR changes them to use gtest assertions instead. Differential Revision: [D22828156](https://our.internmc.facebook.com/intern/diff/D22828156/) [ghstack-poisoned]
StoreTestCommon defines standard helper functions that are used by all of our Store tests. These helpers currently throw exceptions upon failure, this PR changes them to use gtest assertions instead. Differential Revision: [D22828156](https://our.internmc.facebook.com/intern/diff/D22828156/) [ghstack-poisoned]
StoreTestCommon defines standard helper functions that are used by all of our Store tests. These helpers currently throw exceptions upon failure, this PR changes them to use gtest assertions instead. Differential Revision: [D22828156](https://our.internmc.facebook.com/intern/diff/D22828156/) [ghstack-poisoned]
Codecov Report
@@ Coverage Diff @@
## gh/osalpekar/73/base #43382 +/- ##
=====================================================
Coverage 67.99% 67.99%
=====================================================
Files 382 382
Lines 49380 49380
=====================================================
Hits 33578 33578
Misses 15802 15802 Continue to review full report at Codecov.
|
StoreTestCommon defines standard helper functions that are used by all of our Store tests. These helpers currently throw exceptions upon failure, this PR changes them to use gtest assertions instead. Differential Revision: [D22828156](https://our.internmc.facebook.com/intern/diff/D22828156/) [ghstack-poisoned]
This pull request has been merged in a7fba7d. |
Stack from ghstack:
StoreTestCommon defines standard helper functions that are used by all of our Store tests. These helpers currently throw exceptions upon failure, this PR changes them to use gtest assertions instead.
Differential Revision: D22828156