-
Notifications
You must be signed in to change notification settings - Fork 9
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
Re-enable the debugger PRRTE tests #88
Comments
A note about Jenkins and branches.
|
A few PRTE repairs needed before we are back at 100%
|
There are a number of CI tests defined in the run.py script. The tests and current status is tracked in this issue and is as follows direct - working: (start prte system daemon then run ./direct) attach - fails (start prterun -n 2 --report-uri + hello 60 then run attach <prterun-ns>) indirect-prterun - fails (run indirect prterun -n 2 hello 10) indirect-prun - working (start prte system daemon then run indirect prun -n 2 hello 10) direct-multi - working (start prte system daemon then run direct-multi --app-pernode 2 direct-colaunch1 - working (start prte system daemon then run direct-multi --daemon-colocate-per-node --app-pernode 2 direct-colaunch2 - working (start prte system daemon then run direct-multi --daemon-colocate-per-proc --app-pernode 2 indirect-multi - fails (run indirect-multi --num-nodes 3 --np 12 --hostfile ./hostfile hello) indirect-colaunch1 - fails (run indirect-multi --colocate-per-node 1 --num-nodes 3 --np 12 --hostfile ./hostfile hello) indirect-colaunch1 - fails (run indirect-multi --colocate-per-proc 1 --num-nodes 3 --np 12 --hostfile ./hostfile hello) attach-colaunch1 - working (start multi-node prterun --report-uri + command then attach-colaunch2 - working (start multi-node prterun --report-uri + command then |
Ref: openpmix/prrte#978 |
Ref: openpmix/prrte#1004 |
The problems with the attach and indirect testcases are fixed. This required CI testcase baseline file updates as well as updates to the testcases. The currently failing testcases are indirect-multi, indirect-colaunch1 and indirect-colaunch2, all due to Ref: openpmix/prrte#978 The pull requests to resolve the other CI test failures are Ref: openpmix/prrte#1010 and Ref: #93 |
As of today, all PRRTE debugger examples are running successfully. Pull request Ref: openpmix/prrte#1030 has the debugger example changes to resolve outstanding problems. Since the example code changes changed the example's output, updated baselines are needed, which was done with pull request #97 |
I'll be back on Fri and can take a look at all the parts then - I expect it will be fine and we are now ready to bring these back online. |
Should be good-to-go now. |
These are still disabled in CI by default:
|
Worth giving it a try - sure, please do so and let's see how it goes. |
We need to get the PRRTE debugger tests running again. They hit a signature issue last week and they had to be disabled.
To do:
Discussion context:
The text was updated successfully, but these errors were encountered: