-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bundle Build Break] Integration tests are run during build workflow #57
Comments
Found when #56 was discovered, see that bug for a full execution logs. |
Another build was blocked because of an integration test failure:
|
Using |
The root cause of this issue is that a failed build can hold up the organization, we should not signal a failure during the @bowenlan-amzn The flaky test case does not seem to be addressed, has that been resolved in another issue or pull request? |
I thought For not running test during And yeah, you created a issue for the flaky test #56 😛, but we haven't got time to debug it. |
Thanks @bowenlan-amzn, sounds like #56 is the only follow up that is needed. Closing this issue out. |
Describe the bug
During the build workflow, script file here disables integration test with
-DskipTests=true
but integration tests are still running during the workflow.Expected behavior
Integration tests should be disabled to prevent delays in built time for the OpenSearch distribution. Integration test should run in other workflow steps.
The build script should be updated to have the correct flags, see https://github.com/opensearch-project/opensearch-build/tree/main/bundle-workflow/scripts/components for more details on how distribution builds are triggered and can be modified.
The text was updated successfully, but these errors were encountered: