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

Test exptar_*_to_buffer results instead of full chain #382

Open
jonasjucker opened this issue Mar 11, 2025 · 0 comments
Open

Test exptar_*_to_buffer results instead of full chain #382

jonasjucker opened this issue Mar 11, 2025 · 0 comments
Labels
enhancement extpar-intro easy tasks to get an overview of Extapr

Comments

@jonasjucker
Copy link
Contributor

Currently we test against the result of the final extpar-file after the consistency_check.f90.
This takes a lot of time and many configurations are tested multiple times.

Switchting to a more fine grained testing approach based on the intermediate buffer files would it make much easier to
test more configurations.
Furthermore one could parallelize testing even more and submit each integration test for a buffer exe individually.

Also one could test much easier different namelist combinations for the same script, because execution time would be in the order of seconds, not teens of minutes.

Also one could consider moving to pytest entirely, since it offers more flexibility with regard to test design.
The testsuite currently involves quite some bash-scripting.

@jonasjucker jonasjucker added enhancement extpar-intro easy tasks to get an overview of Extapr labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement extpar-intro easy tasks to get an overview of Extapr
Projects
None yet
Development

No branches or pull requests

1 participant