This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit e244be1ab835c57a051bb8f4c3db764c33460936 Author: Alex Heneveld <[email protected]> AuthorDate: Fri Oct 6 15:01:04 2023 +0100 note on non-det failure --- .../test/java/org/apache/brooklyn/camp/brooklyn/WorkflowYamlTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/WorkflowYamlTest.java b/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/WorkflowYamlTest.java index fb1b10076c..fd9b157708 100644 --- a/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/WorkflowYamlTest.java +++ b/camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/WorkflowYamlTest.java @@ -1008,6 +1008,9 @@ public class WorkflowYamlTest extends AbstractYamlTest { } @Test + // non-deterministic failure seen once: + // testInitializerDelay:1031 failed succeeds-eventually, 75 attempts, 30000ms elapsed: + // AssertionError: entity=BasicEntityImpl{id=v65dmc7x81}; attribute=Sensor: x (java.lang.Integer) expected [6] but found [3] public void testInitializerDelay() throws Exception { Entity app = createAndStartApplication( "services:",
