Idea #16578
closedScripted setup of the tutorial cluster by copying data from data cluster
Related issues
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-07-15 to 2020-08-12 Sprint
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-08-12 Sprint to 2020-08-26 Sprint
Updated by Peter Amstutz over 4 years ago
- Target version changed from 2020-08-26 Sprint to 2020-09-09 Sprint
Updated by Peter Amstutz about 4 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz about 4 years ago
16578-copy-tutorial @ b07b70d9024e7203f4cae3bbc526fc36e9cca19e
Adds project copying feature to arv-copy. This copies collections and workflows contained in the source project.
Adds tools/copy-tutorial/copy-tutorial.sh
This is a simple script that uses arv-copy project copying to copy tutorials from the data cluster (jutro).
Also partially addresses a long-standing efficiency bug in copying large collections, building up the new manifest that will be sent to the destination cluster no longer involves geometric growth in string copying.
Updated by Peter Amstutz about 4 years ago
- Target version changed from 2020-09-09 Sprint to 2020-09-23 Sprint
Updated by Nico César about 4 years ago
- Target version deleted (
2020-09-23 Sprint)
I red the code at b07b70d9024e7203f4cae3bbc526fc36e9cca19e and seems fine but tests are missing for the new paramenters
I noticed sdk/python/tests/test_arv_copy.py is kind of skinny and probably to test this would be a combination of arv-put, arv-copy then arv-get
Is there any way we can test this easily? Just to have more coverage in case we change something down the road (or some 3rd party dependency does!)
Updated by Nico César about 4 years ago
- Target version set to 2020-09-23 Sprint
Updated by Peter Amstutz about 4 years ago
Nico César wrote:
I red the code at b07b70d9024e7203f4cae3bbc526fc36e9cca19e and seems fine but tests are missing for the new paramenters
I noticed sdk/python/tests/test_arv_copy.py is kind of skinny and probably to test this would be a combination of arv-put, arv-copy then arv-get
Is there any way we can test this easily? Just to have more coverage in case we change something down the road (or some 3rd party dependency does!)
16578-copy-tutorial @ 3489a9b5ce083cd17dae6d50c8c5ceeee29b074b
Added a copy project (which includes copy collection) integration test.
Updated by Peter Amstutz about 4 years ago
- Status changed from In Progress to Resolved
Updated by Ward Vandewege over 3 years ago
- Related to Bug #17960: [arv-copy] document ability to copy projects added