-
Notifications
You must be signed in to change notification settings - Fork 2
Integration test is missing. #10
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels