Fix race condition in IntroductionIntegrationTest.

This commit is contained in:
akwizgran
2022-03-28 14:59:43 +01:00
parent 288f3331ec
commit 3d6972fd73

View File

@@ -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