Openjdk-tests: function and system tests under third party container tests are grouped as either functional or system instead of external

Created on 22 Feb 2019  路  2Comments  路  Source: AdoptOpenJDK/openjdk-tests

Function and system test under third party container tests are grouped as either functional or system instead of external, is it expected?

bug external

Most helpful comment

@llxia and I are aware of this. We have not corrected it, because once we do these tests will run, and since all tests run in sequence, we will hit the time out limit (10hrs) and abort.

This should get fixed once we break up these external tests to run individually (each subdir, like scala, elasticsearch, derby, etc running in its own job).

All 2 comments

@llxia and I are aware of this. We have not corrected it, because once we do these tests will run, and since all tests run in sequence, we will hit the time out limit (10hrs) and abort.

This should get fixed once we break up these external tests to run individually (each subdir, like scala, elasticsearch, derby, etc running in its own job).

I see this has been corrected for all targets, so closing.

Was this page helpful?
0 / 5 - 0 ratings