-
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
Infrastructure for PRRTE CI Tests #49
Conversation
b322347
to
74984dd
Compare
@rhc These are the tests I've started with. I have a bit more to do in this PR before it is ready to merge. I'll return to it once I'm back from break. I did notice a couple of failures with the current PRRTE master that need some looking into that can be recreated with these test cases.
I'll pick up on this when I get back from break. |
PR openpmix/prrte#296 fixes the |
Ci is passing now for both of these tests. I'll work on finishing up the test case infrastructure and add a few more tests to the mix. Then I think this is ready to go. |
bot:ibm:retest |
2 similar comments
bot:ibm:retest |
bot:ibm:retest |
bot:ibm:retest |
bot:ibm:retest In the prior CI test the
Then this stack trace:
|
Same failure in CI. I'll try to investigate why prte is falling over. |
I got a core from the failure - backtrace below. CI used an optimized build of PRRTE, so the core is more challenging to use. I am not able to reproduce in a debug build. I suspect that the bad FD error that proceeds it is then causing the stdio write to access bad memory.
I'm still digging. |
bot:ibm:retest |
1 similar comment
bot:ibm:retest |
How are you using IOF? For some reason, it appears you have asked PMIx to forward the stdin from some process - not clear what program you are running. |
It's the cycle test, so it's just running I just confirmed that the bot:ibm:retest (back to a non-debg build) |
bot:ibm:retest |
bot:ibm:retest |
* `hello_world` test which runs `hostname` and a Hello World PMIx client * `cycle` which tests running a bunch of jobs against the same PRRTE server set including a single node `hostname` and an init/finalize PMIx application across all slots. Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
README.md
for how to drop in a new test.