Changes between Initial Version and Version 1 of Ticket #21121, comment 1


Ignore:
Timestamp:
2021-07-16T17:13:37+02:00 (4 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21121, comment 1

    initial v1  
    44
    55It looks like they are all having issues reading files from disk (I suspect that the `ImageDetectionTest.testGetDetectionsWait` is erroring out at `ImageDetections#getDetections` where it is getting the json file from disk).
     6
     7EDIT: I've been able to reproduce locally using Java 11 and 15.
     8`JAVA_HOME=$(/usr/libexec/java_home -v 11) ant test` (on Mac).