Travis is currently failing with the following failed test:
au.org.ala.regions.MetadataServiceSpec > test biocache search occurrences url generation FAILED
org.spockframework.runtime.SpockComparisonFailure at MetadataServiceSpec.groovy:62
6 tests completed, 1 failed
:integrationTest FAILED
:mergeTestReports
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':integrationTest'.
> There were failing tests. See the results at: file:///home/travis/build/AtlasOfLivingAustralia/regions/build/test-results/integrationTest/
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 1 mins 13.804 secs
The command "./gradlew check" exited with 1.
The issue was a hardcoded https://biocache.ala.org.au/ws/ URL, which was since changed to https://biocache-ws.ala.org.au/ws/ in the default configuration as part of the long term migration.
Travis is currently failing with the following failed test: