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

Integration test is missing. #10

Open
harryherold opened this issue Jun 12, 2019 · 0 comments
Open

Integration test is missing. #10

harryherold opened this issue Jun 12, 2019 · 0 comments

Comments

@harryherold
Copy link
Contributor

There is actually no test that proves if the otf2-merger produces the expected trace on the target system for a small set of input traces (like 2).

What you could do:
Option A:

  • require OTF2 Python bindings
  • Add a python script to your tests that produce two traces with defined content
  • Run the merger
  • Add another script that checks the traces and the expected content

Option B:

  • require Score-P
  • add a small C code to your test that produces small traces with defined content
  • Run the merger
  • Add shell script that checks the traces and the expected content using otf2-print
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

No branches or pull requests

1 participant