Created
March 5, 2019 09:18
-
-
Save realdadfish/007d18355b83b029161ad30d11392474 to your computer and use it in GitHub Desktop.
AndroidX Orchestrator Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CoverageListener E Failed to generate Emma/JaCoCo coverage. | |
E java.lang.reflect.InvocationTargetException | |
E at java.lang.reflect.Method.invoke(Native Method) | |
E at androidx.test.internal.runner.listener.CoverageListener.generateCoverageReport(CoverageListener.java:101) | |
E at androidx.test.internal.runner.listener.CoverageListener.instrumentationRunFinished(CoverageListener.java:70) | |
E at androidx.test.internal.runner.TestExecutor.reportRunEnded(TestExecutor.java:92) | |
E at androidx.test.internal.runner.TestExecutor.execute(TestExecutor.java:65) | |
E at androidx.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:388) | |
E at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:2145) | |
E Caused by: java.io.FileNotFoundException: /data/data/my.package.test/coverage_data/my.package.MyTest#myMethod.ec | |
(No such file or directory) | |
E at java.io.FileOutputStream.open0(Native Method) | |
E at java.io.FileOutputStream.open(FileOutputStream.java:308) | |
E at java.io.FileOutputStream.<init>(FileOutputStream.java:238) | |
E at com.vladium.emma.rt.RT.dumpCoverageData(RT.java:50) | |
E ... 8 more |
IIRC this might have been fixed with newer orchestrator versions, but actually I don't run instrumentation tests anymore for more than two years now, so I don't know what the current state of affairs is.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have a solution for this?