subset.ipynb: allow to test GeoServer on new production server#232
Merged
subset.ipynb: allow to test GeoServer on new production server#232
Conversation
Switch from 'boreas.ouranos.ca' to 'pavics.ouranos.ca' will allow us to conditionally regex replace 'pavics.ouranos.ca' to the server under test so we can actually test the Geoserver on that new server. Everywhere under this pavics-sdi repo, we use 'pavics.ouranos.ca'. This is the only locations that hardcode 'boreas.ouranos.ca' because geoserver data are not replicated to standard test servers so hardcoding it this way will use the data from the production server. This patch achieve the same "data from prod" but also allow override if We need to actually test the future production server. Related to Ouranosinc/pavics-sdi#183
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
huard
approved these changes
Apr 4, 2022
tlogan2000
approved these changes
Apr 5, 2022
tlvu
added a commit
to Ouranosinc/PAVICS-e2e-workflow-tests
that referenced
this pull request
Apr 7, 2022
…from-test-server test framework: allow testing using all test data from system under test Set `TEST_NO_USE_PROD_DATA` to use all test data from system under test. Useful to test future production server that will have all the huge datas. Fixes #103. Relate to bird-house/finch#232 and Ouranosinc/pavics-sdi#254.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switch from
boreas.ouranos.catopavics.ouranos.cawill allow us toconditionally regex replace
pavics.ouranos.cato the server under testso we can actually test the Geoserver on that new server.
Everywhere under this finch repo, we use
pavics.ouranos.ca. Thisis the only locations that hardcode
boreas.ouranos.cabecausegeoserver data are not replicated to standard test servers so hardcoding
it this way will use the data from the production server.
This patch achieve the same "data from prod" but also allow override if
We need to actually test the future production server.
Related to Ouranosinc/pavics-sdi#183 and Ouranosinc/PAVICS-e2e-workflow-tests#104.