-
Notifications
You must be signed in to change notification settings - Fork 277
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
[BUG] functional test fail due to build on main fail #3390
Comments
We need infra team to check why latest OSD bundle build failed. |
@peterzhuamazon Could you please help check? |
@Divyaasm FYIA |
Hi, @Divyaasm , @rishabh6788 , could one of you kindly provide a concise summary of the conclusion we've reached regarding the resolution of this issue? Are we planning to rely solely on the Validation mechanism, and does this mechanism encompass the FT repository? Just try to see how we can move on this issue,, thank you |
We have recently implemented |
Hello, @ananzh , since we have deployed the |
What is the bug?
Currently the functional test repo is useless because any new features won't be able to be tested. For example, new funtional tests failed on this PR because tests fail (opensearch-project/opensearch-dashboards-functional-test#423). The reason is because that functional test repo is using main for test, but the current build failed on 3.0.0. So the build can't capture the latest changes in main. To reproduce:
download the latest main
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/3.0.0/latest/linux/x64/tar/dist/opensearch-dashboards/opensearch-dashboards-3.0.0-linux-x64.tar.gz
unzip the download and check the commit
Could also check the context
What is the expected behavior?
functional test should be able test the new features and changes
The text was updated successfully, but these errors were encountered: