synthea icon indicating copy to clipboard operation
synthea copied to clipboard

resolveAndExportEncounterCodes test FAILED

Open abhairaj opened this issue 4 years ago • 5 comments

org.mitre.synthea.export.CodeResolveAndExportTest > resolveAndExportEncounterCodes FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.mitre.synthea.export.CodeResolveAndExportTest.tearDown(CodeResolveAndExportTest.java:418) <

abhairaj avatar Jul 21 '20 18:07 abhairaj

Additional information beyond the stack trace would help.

Have you altered any of the default settings before you ran these unit tests?

It looks the failure occurred in the tearDown method. Does the output folder exist?

Probably need to refactor this unit test to use a temporary folder instead of the default output folder, in case it already has data there or is otherwise protected.

jawalonoski avatar Jul 21 '20 18:07 jawalonoski

Hi Jason. Sorry for not providing more details...

I just cloned the project and ran gradlew build check test. output does exist.

abhairaj avatar Jul 23 '20 19:07 abhairaj

Hey guyz. I am also facing the same issue while running this command gradlew build check test. So is there any workaround or solution of it? image Kindly let me know.

RahatChoudhary avatar Aug 11 '20 12:08 RahatChoudhary

Is the error transient or does the same error occur every time? We haven't had the time to dig into this yet.

jawalonoski avatar Aug 11 '20 12:08 jawalonoski

I've tried twice but the same error occurring.

RahatChoudhary avatar Aug 11 '20 12:08 RahatChoudhary