-
Notifications
You must be signed in to change notification settings - Fork 4.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
Nose tests failing to run (Failure: TypeError) on Linux with Python 3.5 #18150
Labels
flaky-test
Unstable or unreliable test cases.
needs_team
Indicates that the issue/PR needs a Team:* label
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
May 1, 2020
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
May 1, 2020
When starting the Python tests under Jenkins (Linux with Python 3.5) it's failing as per elastic#18150. So as a work-around I'm skipping this test target. Everyone of the python tests in the package requires the integration environment so we want be losing any test coverage. But we need to figure out why this suddenly stopped working.
On my mac this target runs without error. There is a deprecation warning though.
|
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
May 1, 2020
A new version of ordered-set was released on April 29, 2020 and builds under Python 3.5 on Jenkins started failing. So this pins the version of ordered-set to the previous version that it was using and working under. Fixes elastic#18150
A new version of ordered-set was released on April 29, 2020. I'm testing pinning it to the previous version 3.1.1. See #18152. |
andrewkroh
added a commit
that referenced
this issue
May 2, 2020
A new version of ordered-set was released on April 29, 2020 and builds under Python 3.5 on Jenkins started failing. So this pins the version of ordered-set to the previous version that it was using and working under. Fixes #18150
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
May 2, 2020
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
May 2, 2020
andrewkroh
added a commit
to andrewkroh/beats
that referenced
this issue
May 2, 2020
A new version of ordered-set was released on April 29, 2020 and builds under Python 3.5 on Jenkins started failing. So this pins the version of ordered-set to the previous version that it was using and working under. Fixes elastic#18150 (cherry picked from commit 522ffd5)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
flaky-test
Unstable or unreliable test cases.
needs_team
Indicates that the issue/PR needs a Team:* label
Flaky Test
mage -d x-pack/filebeat pythonUnitTests
Stack Trace
build.txt
The text was updated successfully, but these errors were encountered: