You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Build should fail if C++ clients fails to compile or tests fail
Actual behavior
Build continues since compile steps is a part of after_success and as per documentation
The exit code of after_success, after_failure, after_script and subsequent stages do not affect the build result. However, if one of these stages times out, the build is marked as a failure.
Don't know if it was done deliberately since C++ unit tests are a bit flaky
Steps to reproduce
Checkin incorrect C++ code
System configuration
Pulsar version: x.y
The text was updated successfully, but these errors were encountered:
@merlimat -no will work on it next week
The fix is easy but I have noticed that CPP Tests always fail, I don't want to let CPP Test failures hamper the pulsar build.
Expected behavior
The Build should fail if C++ clients fails to compile or tests fail
Actual behavior
Build continues since compile steps is a part of after_success and as per documentation
The exit code of after_success, after_failure, after_script and subsequent stages do not affect the build result. However, if one of these stages times out, the build is marked as a failure.
Don't know if it was done deliberately since C++ unit tests are a bit flaky
Steps to reproduce
Checkin incorrect C++ code
System configuration
Pulsar version: x.y
The text was updated successfully, but these errors were encountered: