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

[Combined] Improve testing framework #51

Open
SFrijters opened this issue Mar 3, 2015 · 5 comments
Open

[Combined] Improve testing framework #51

SFrijters opened this issue Mar 3, 2015 · 5 comments

Comments

@SFrijters
Copy link
Owner

  • Allow to better specify combinations of parameters in json.
  • Allow to specify differentiate between coverage tests, Travis CI runnable tests (as short as possible) and physics tests (to be manually checked). Normally these would be the same simulations, with the physics tests running as long as necessary to obtain physically correct results, the automated tests running only long enough such that diffing makes sense, and the coverage tests running ideally for only one timestep.
  • Allow array token replacement in testing scripts (e.g. properly expand %lb.force.gcc[0][1]%).
  • Add text diff, ignoring comment lines.
  • Add option to restore from checkpoint in tests.
  • Rewrite or at least go through once and clean up.
  • Make use a class for each test so they can be easily passed around?
  • Or maybe even change to D? Create json spec directly from class / struct impl.

For Travis testing:

  • Tests should not last longer than a few seconds.
  • Change reference data to GDC when available, and change the lax/strict flags accordingly.
  • ~~Add warning if a test takes longer than ~30s.~~
  • Tests should be run serially and also parallel - or should some explicit parallelization tests be added?
@SFrijters
Copy link
Owner Author

Warnings are now issued for tests that take too long.

@SFrijters
Copy link
Owner Author

Can now shorten tests by adding the "coverage" parameter to the test json, with appropriate parameter overrides (usually something like 'lb.timesteps = 1').
Can now also shorten tests by adding the "fast" parameter to the test json, with appropriate parameter overrides and comparison overrides.

@SFrijters
Copy link
Owner Author

Array tokens such as %lb.force.gcc[0][1]% can now be expanded in comparisons.

@SFrijters
Copy link
Owner Author

Tests now take a lot less time. Warnings will be shown if runtime is exceeded.

@SFrijters
Copy link
Owner Author

Can now restore from checkpoint.

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

No branches or pull requests

1 participant