lhotari commented on pull request #14819:
URL: https://github.com/apache/pulsar/pull/14819#issuecomment-1082786305


   There was a few last minute changes which required me to change the 
`.asf.yaml` once again. That's in #14944 . 
   
   I had forgotten `-Dmaven.test.failure.ignore=true -DtestRetryCount=0` as 
part of `MAVEN_OPTS` which made all test jobs pass always. I used that during 
the development of the workflow to speed up testing since flaky tests would 
cause retries and delay testing. After fixing that issue, I noticed that the 
Pulsar Functions integration tests and Schema integration tests require the 
Pulsar python client which is not available in the "CI - Integration - *" tests 
in the new build since it uses a Java only docker image which is faster to 
build. The "CI - System - *" build jobs use the ordinary 
`pulsar-test-latest-version-image` which has been used before. 
   The reason to run some integration tests with the Java only docker image is 
the benefit of getting earlier feedback. Building the 
`pulsar-test-latest-version-image` takes over 25 minutes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to