mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Fix race condition in IntroductionIntegrationTest.
This commit is contained in:
@@ -986,6 +986,10 @@ public class IntroductionIntegrationTest
|
||||
@Test
|
||||
public void testIntroduceesRemovedCleanup() throws Exception {
|
||||
addListeners(true, true);
|
||||
// The second introducee shouldn't respond to the introduction
|
||||
// otherwise there would be a race between the response to the REQUEST
|
||||
// and the delivery of the ABORT
|
||||
listener2.answerRequests = false;
|
||||
|
||||
// make introduction
|
||||
introductionManager0
|
||||
|
||||
Reference in New Issue
Block a user