-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Packaging test fails on fedora 27, centos 7 in verify that the documents are there after restart #30682
Comments
Pinging @elastic/es-core-infra |
Since our packaging tests have been green for almost 10 straight days, I think this has to be an environmental issue. As such, I am going to close this. We can help you sort out what the issue might be via another channel. |
On closer inspection, the real cause was this:
Indeed that RPM is not on the box ( only 6.3.0 is ) |
There seems to be a mismatch between the tests and the Gradle setup, as
so the elasticsearch**-oss** distribution is only added from |
There's this logic that switches the package name in
The test pass on CI, but this test is skipped:
I get the same result from CI if I get the testing seed as above, or if I specify and older version: A difference between CI and how I ran it locally is that CI calls For completeness this is how to reproduce the first issue I ran into:
I will reopen the ticket to make some changes to Update: removed sections that described a failure of the tests as it turned out that was due to a local change. |
`onlyIf` produces nice output, as the task shows up as skipped, but it doesn't offer a chance to do cleanup of leftowers. Closes elastic#30682
This commit ensures the delete of the upgrade_is_oss indicator for the packaging tests is always deleted before each run. It works by moving the check on version which skips the task into the doFirst block, replacing the onlyIf. closes elastic#30682
This commit ensures the delete of the upgrade_is_oss indicator for the packaging tests is always deleted before each run. It works by moving the check on version which skips the task into the doFirst block, replacing the onlyIf. closes #30682
This commit ensures the delete of the upgrade_is_oss indicator for the packaging tests is always deleted before each run. It works by moving the check on version which skips the task into the doFirst block, replacing the onlyIf. closes #30682
This commit ensures the delete of the upgrade_is_oss indicator for the packaging tests is always deleted before each run. It works by moving the check on version which skips the task into the doFirst block, replacing the onlyIf. closes #30682
Running
./gradlew :qa:vagrant:packagingTest -Pvagrant.boxes=fedora-27
Fails with:I got the same on
centos-7
as well asfedora-28
( from #30579 ).The text was updated successfully, but these errors were encountered: