AtlasOfLivingAustralia / regions

Regions front end web application
https://regions.ala.org.au
1 stars 16 forks source link

Travis failing on biocache search occurrences url generation test #66

Closed ansell closed 5 years ago

ansell commented 5 years ago

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.
ansell commented 5 years ago

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.