We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When we increment a version we also need to update job-scheduler by hand.
cd job-scheduler git checkout 1.2 git pull ./gradlew assemble rm ../dashboards-reports/reports-scheduler/src/test/resources/job-scheduler/* cp ./build/distributions/opensearch-job-scheduler-1.2.3.0-SNAPSHOT.zip ../dashboards-reports/reports-scheduler/src/test/resources/job-scheduler/
This random version of job-scheduler built on my machine is not reliable and will hide bugs.
Expected behavior This shouldn't be needed, replace with a dynamic dependency.
The text was updated successfully, but these errors were encountered:
note: to whoever takes this task
reference from job-scheduler README: Add this workaround to make sure that job-schedular plugin is correctly installed during integration tests.
Sorry, something went wrong.
We have to deal with this in every release? How can we get this prioritized?
Here's a full list:
./dashboards-reports/reports-scheduler/src/test/resources/bwc/job-scheduler/1.13.0.0/opendistro-job-scheduler-1.13.0.0.zip ./dashboards-reports/reports-scheduler/src/test/resources/bwc/job-scheduler/1.3.0.0-SNAPSHOT/opensearch-job-scheduler-1.3.0.0-SNAPSHOT.zip ./dashboards-reports/reports-scheduler/src/test/resources/bwc/reports-scheduler/1.13.0.0/opendistro-reports-scheduler-1.13.0.0.zip ./dashboards-reports/reports-scheduler/src/test/resources/job-scheduler/opensearch-job-scheduler-1.3.0.0-SNAPSHOT.zip
This is now a child of opensearch-project/opensearch-build#1750
Successfully merging a pull request may close this issue.
Describe the bug
When we increment a version we also need to update job-scheduler by hand.
This random version of job-scheduler built on my machine is not reliable and will hide bugs.
Expected behavior
This shouldn't be needed, replace with a dynamic dependency.
The text was updated successfully, but these errors were encountered: