You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the premerge just uses the individual profile to run the tests, it would be nice to use the combined jar -Psnapshots to make sure no issues with multiple jars combined. The problem is we run jacoco and it doesn't seem to like the combined jar.
10:12:54 java.lang.IllegalStateException: Can't add different class with same name: com/nvidia/spark/rapids/AvoidAdaptiveTransitionToRow
10:12:54 at org.jacoco.core.analysis.CoverageBuilder.visitCoverage(CoverageBuilder.java:106)
10:12:54 at org.jacoco.core.analysis.Analyzer$1.visitEnd(Analyzer.java:99)
10:12:54 at org.objectweb.asm.ClassVisitor.visitEnd(ClassVisitor.java:377)
10:12:54 at org.jacoco.core.internal.flow.ClassProbesAdapter.visitEnd(ClassProbesAdapter.java:100)
10:12:54 at org.objectweb.asm.ClassReader.accept(ClassReader.java:725)
10:12:54 at org.objectweb.asm.ClassReader.accept(ClassReader.java:401)
10:12:54 at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:116)
10:12:54 at org.jacoco.core.analysis.Analyzer.analyzeClass(Analyzer.java:132)
10:12:54 Caused: java.io.IOException: Error while analyzing /var/jenkins/jobs/rapids_premerge-g
Investigate solutions or perhaps run jacoco differently.
The text was updated successfully, but these errors were encountered:
@sameerz One option to fix this is to just remove all of the JaCoCo code coverage. No one really looks at the numbers and enough has changed with the build, 3.2 and splitting the tests into separate builds, the numbers no longer really show that much of a full picture of what is happening. Should we spend more time to make this useful? Or do we just remove it all together?
Is your feature request related to a problem? Please describe.
Currently the premerge just uses the individual profile to run the tests, it would be nice to use the combined jar -Psnapshots to make sure no issues with multiple jars combined. The problem is we run jacoco and it doesn't seem to like the combined jar.
Investigate solutions or perhaps run jacoco differently.
The text was updated successfully, but these errors were encountered: