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 7c5fb71771f01ae04436600580e6dfe426f29ea1
Author: Alex Heneveld <[email protected]>
AuthorDate: Tue Aug 22 12:22:08 2023 +0100

    note about intermittent failing test
---
 .../test/java/org/apache/brooklyn/core/mgmt/rebind/RebindFeedTest.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/core/src/test/java/org/apache/brooklyn/core/mgmt/rebind/RebindFeedTest.java 
b/core/src/test/java/org/apache/brooklyn/core/mgmt/rebind/RebindFeedTest.java
index e38f50b9bd..594cb77963 100644
--- 
a/core/src/test/java/org/apache/brooklyn/core/mgmt/rebind/RebindFeedTest.java
+++ 
b/core/src/test/java/org/apache/brooklyn/core/mgmt/rebind/RebindFeedTest.java
@@ -136,6 +136,7 @@ public class RebindFeedTest extends 
RebindTestFixtureWithApp {
     }
 
     @Test(groups="Integration", invocationCount=50)
+    // TODO occasionally this fails at the start, the first 
'EntityAsserts.assertAttributeEqualsEventually(origEntity, SENSOR_INT, 200);' 
is never satisfied, it just shows 'null'
     public void testHttpFeedRegisteredInInitIsPersistedAndFeedsStopManyTimes() 
throws Exception {
         testHttpFeedRegisteredInInitIsPersistedAndFeedsStop();
     }

Reply via email to