Does Gordon support ANDROIDX_TEST_ORCHESTRATOR? #106
-
Hi all. Could you help me? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Gordon works independently of test orchestrator - they're separate, incompatible ways of running tests. But I don't think having test orchestrator enabled should affect Gordon one way or another. You might try disabling test orchestrator and then running |
Beta Was this translation helpful? Give feedback.
-
Thanks.
My first doubt is that the android orchestrator hides some wrong behaviour
that our tests have. These behaviours are obviously our mistake.
The other doubt is about gordon behaviour related to test independence. I
mean: the android orchestrator runs each test independently and clears the
app data folder before each test.
Does Gordon do something similar to prevent application status incoherences
during tests execution?
…On Fri, Oct 1, 2021 at 4:55 PM Josh Schriever ***@***.***> wrote:
Gordon works independently of test orchestrator - they're separate,
incompatible ways of running tests. But I don't think having test
orchestrator enabled should affect Gordon one way or another.
You might try disabling test orchestrator and then running
connectedFullDebugAndroidTest. If you get the process crash failures
then, there must be something wrong with your app or your tests, and not
something specific to Gordon. If that succeeds (meaning your failures are
specific to Gordon) then I'd probably need more information about your
setup in order to investigate.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7PCLKCYU7OBWZ5VWXJ36LUEXDVVANCNFSM5FCBUSHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Gordon does not do anything to clear data between tests. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much!
…On Fri, Oct 1, 2021 at 5:08 PM Josh Schriever ***@***.***> wrote:
Gordon does not do anything to clear data between tests.
See also:
#20 (comment)
<#20 (comment)>
#2 (comment)
<#2 (comment)>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7PCLIBBONCHEA634X33STUEXFILANCNFSM5FCBUSHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
Gordon does not do anything to clear data between tests.
See also:
#20 (comment)
#2 (comment)