summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-10-11 11:25:17 +0200
committerjonmv <venstad@gmail.com>2022-10-11 11:25:17 +0200
commit6ca74c923a25a4e0c8eb6fb6b2c85d5cbcd88c2d (patch)
tree62aa52afd35518ed5aaf4ee9340f10352280e5d4 /zkfacade
parent1539c2789248b01c88ed8d3baa8fd19be318a7c3 (diff)
Set exception before phasing
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java b/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java
index c2282f7892b..d42a7fbd34c 100644
--- a/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java
+++ b/zkfacade/src/test/java/com/yahoo/vespa/curator/CuratorWrapperTest.java
@@ -209,8 +209,8 @@ public class CuratorWrapperTest {
return "failing singleton";
}
});
- stunning.arriveAndAwaitAdvance();
thrownMessage.set(e.getMessage());
+ stunning.arriveAndAwaitAdvance();
}).start();
stunning.arriveAndAwaitAdvance(); // Failing component is about to be deactivated.