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

flux-start: set session id to pid of flux-start #72

Merged
merged 1 commit into from
Oct 17, 2014

Conversation

garlick
Copy link
Member

@garlick garlick commented Oct 17, 2014

This applies to local session only: use pid of flux-start for
session id instead of letting the default of '0' be used.
This allows concurrent local sessions. Fixes issue #13.

This applies to local session only:  use pid of flux-start for
session id instead of letting the default of '0' be used.
This allows concurrent local sessions.  Fixes issue flux-framework#13.
@garlick garlick added the review label Oct 17, 2014
grondo added a commit that referenced this pull request Oct 17, 2014
flux-start: set session id to pid of flux-start
@grondo grondo merged commit 3347745 into flux-framework:master Oct 17, 2014
@grondo grondo removed the review label Oct 17, 2014
@grondo
Copy link
Contributor

grondo commented Oct 17, 2014

Cool. Parallel tests with prove(1) work now:

 grondo@hype356:~/git/flux-core.git/b/t$ prove --timer -j4 ../../t/t*.t
[15:38:45] ../../t/t0000-sharness.t ....... ok      355 ms              
[15:38:48] ../../t/t1001-barrier-basic.t .. ok     3017 ms              
[15:38:49] ../../t/t1000-kvs-basic.t ...... ok     4014 ms              
[15:38:49] ../../t/t0001-basic.t .......... ok     5461 ms
[15:38:50]
All tests successful.
Files=4, Tests=74,  6 wallclock secs ( 0.03 usr  0.00 sys +  3.55 cusr  1.85 csys =  5.43 CPU)
Result: PASS

@garlick garlick deleted the unique-local-sid branch November 11, 2014 17:35
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

Successfully merging this pull request may close these issues.

2 participants