Opened 15 years ago

Closed 15 years ago

#1211 closed Bugs (fixed)

Interprocess tests hang when run in parallel.

Reported by: René Rivera Owned by: Ion Gaztañaga
Milestone: Component: interprocess
Version: Boost Development Trunk Severity: Showstopper
Keywords: Cc:

Description

My Linux x86 Ubuntu test box hung when it tried to run the map_index_allocation_test and named_recursive_mutex_test tests at the same time. This was brought up in the list previously and it seems it hasn't been really fixed yet.

Change History (3)

comment:1 by René Rivera, 15 years ago

FYI... I've disabled testing of interprocess until this is fixed. (see change 38913)

comment:2 by René Rivera, 15 years ago

I re-enabled the tests. Ion, when some more machines run the tests successfully feel free to close this ticket.

comment:3 by Ion Gaztañaga, 15 years ago

Resolution: fixed
Status: newclosed

Shared memory segments and mapped files used in tests are created using the process id to avoid conflicts in parallel tests. Tests are working fine again.

Note: See TracTickets for help on using tickets.