Don't change global executor state in test_jit.py - rather do that in setUp and tearDown.#34982
Don't change global executor state in test_jit.py - rather do that in setUp and tearDown.#34982ZolotukhinM wants to merge 3 commits intogh/ZolotukhinM/195/basefrom
Conversation
… setUp and tearDown. [ghstack-poisoned]
… do that in setUp and tearDown." Differential Revision: [D20520370](https://our.internmc.facebook.com/intern/diff/D20520370) [ghstack-poisoned]
… do that in setUp and tearDown." Differential Revision: [D20520370](https://our.internmc.facebook.com/intern/diff/D20520370) [ghstack-poisoned]
|
|
||
|
|
||
| class TestScript(JitTestCase): | ||
| def setUp(self): |
There was a problem hiding this comment.
i wonder if we could maybe define a subclass of JitTestCase that overrides setUp anad tearDown make TestScript and TestJit extend it?
💊 CircleCI build failures summary and remediationsAs of commit 890c14f (more details on the Dr. CI page):
🕵️ 5 new failures recognized by patternsThe following build failures do not appear to be due to upstream breakages:
|
Stack from ghstack:
Differential Revision: D20520370