-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reactivate tests #133
Reactivate tests #133
Conversation
If I understand correctly, there are multiple rationales for the breakage of the download tests: 1- the jobs have been migrated away from ci.openmicroscopy.org and renamed, 2- some of the historical artifacts like OMERO.py are no longer generated as bundles. Rather than creating a new class and copying the methods, would updating the |
I picked the new class since it was the approach taken in the approved work done in #127 so I assumed that was already discussed. |
From #127, I see the feature split the testing into three top-level classes which I understand was aimed at testing different artifact hosting services:
If this is still the preferred solution class from the ongoing investigation in #132, no objection to introducing new classes. A side note: while some of the test logic is specific to the service hosting the artifact, several methods ( |
organising the tests depending on the services, I think, will make things more readable. The first step is to re-activate the tests. We can re-organise in a follow-up body of work |
The tests are now all active. Running |
testDownloadRelease
disabled during the migration to GitHub action.Jenkins
check that the build is green.
cc @sbesson