Skip to content
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

okify regtests loses spec files #8969

Open
braingram opened this issue Nov 20, 2024 · 0 comments · May be fixed by #8970
Open

okify regtests loses spec files #8969

braingram opened this issue Nov 20, 2024 · 0 comments · May be fixed by #8970

Comments

@braingram
Copy link
Collaborator

braingram commented Nov 20, 2024

During downloading results okify uses a "--flat" option:

args = list(
['jfrog', 'rt', 'dl']
+ [f"{ARTIFACTORY_REPO}/*_GITHUB_CI_*-{build_number}/*{suffix}"]
+ ['--flat']
)

which results in overwriting "spec" files for tests with matching names. When multiple tests fail that share the same name this results in only 1 of the failures being okified.

For example, this run:
https://bytesalad.stsci.edu/ui/repos/tree/General/jwst-pipeline-results/2024-11-20_GITHUB_CI_Linux-X64-py3.12-1006
when run with okify_regtests results only allows okifying 2 instead of 3 failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant