ide-probe icon indicating copy to clipboard operation
ide-probe copied to clipboard

Enable examples in CI

Open bednam opened this issue 5 years ago • 3 comments

bednam avatar Oct 30 '20 13:10 bednam

Looks like the new test stage has timed out. Try increasing the time limit for that stage.

odisseus avatar Nov 10 '20 04:11 odisseus

Looks like the new test stage has timed out. Try increasing the time limit for that stage.

It can also be the possible cause for the test suite failure, though test-examples in comparison with other test sets like test-probe behave in a strange way in a couple of ways, for example based on the CI logs:

  • plugins (bundled ideprobe plugin and external robot plugin) are attempted to be installed several times. This is at the same time the place where output stops to be produced.

  • IntelliJ is not being fetched (lack of Fetching ....) nor the appropriate logs like Installing IntelliJVersion(...) are present which is impossible based on the code that is being executed in the IntelliJFactory

The examples seem to work fine locally (with docker and without the docker).

bednam avatar Nov 10 '20 10:11 bednam

It appeared that the problem stems from behaviour of parameterized tests API (junit5 and jupiter-interface). Without any thorough analysis, it seems that the runner attempted to execute test cases concurrently. JUnit4 parameterized tests API works fine though.

bednam avatar Nov 12 '20 18:11 bednam