Aurélien Pupier created CAMEL-24618:
---------------------------------------

             Summary: Fix flaky test 
SpringFileAntPathMatcherRemoteFileFilterTest.testAntPatchMatcherFilter
                 Key: CAMEL-24618
                 URL: https://issues.apache.org/jira/browse/CAMEL-24618
             Project: Camel
          Issue Type: Test
          Components: camel-ftp
    Affects Versions: 4.23.0
            Reporter: Aurélien Pupier


it failed 13 times in last 90 days
when it is is failig, it is failing 3 times in a row. it has never been "only 
flaky"

https://develocity.apache.org/scans/tests?search.relativeStartTime=P90D&search.rootProjectNames=camel&search.timeZoneId=Europe%2FParis&tests.container=org.apache.camel.itest.ftp.SpringFileAntPathMatcherRemoteFileFilterTest&tests.test=testAntPatchMatherFilter

first error is usually:
{noformat}
java.lang.AssertionError: mock://result Received message count. Expected: <1> 
but was: <0>      
        at 
org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:2075)    
        at 
org.apache.camel.component.mock.MockEndpoint.assertEquals(MockEndpoint.java:2010)
    
        at 
org.apache.camel.component.mock.MockEndpoint.doAssertIsSatisfied(MockEndpoint.java:498)
      
        at 
org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:476)
        
        at 
org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:466)
        
        at 
org.apache.camel.itest.ftp.SpringFileAntPathMatcherRemoteFileFilterTest.testAntPatchMatherFilter(SpringFileAntPathMatcherRemoteFileFilterTest.java:66)
       
{noformat}

and next errors on retry, are smething like:

{noformat}
java.lang.AssertionError: mock://result Received message count. Expected: <1> 
but was: <9>      
        at 
org.apache.camel.component.mock.MockEndpoint.fail(MockEndpoint.java:2075)    
        at 
org.apache.camel.component.mock.MockEndpoint.assertEquals(MockEndpoint.java:2010)
    
        at 
org.apache.camel.component.mock.MockEndpoint.doAssertIsSatisfied(MockEndpoint.java:498)
      
        at 
org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:476)
        
        at 
org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:466)
        
        at 
org.apache.camel.itest.ftp.SpringFileAntPathMatcherRemoteFileFilterTest.testAntPatchMatherFilter(SpringFileAntPathMatcherRemoteFileFilterTest.java:66)
       
{noformat}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to