Cherry-pick #23480 to 7.x: Fixing flaky tests for windows 7 32bit#23558
Merged
narph merged 1 commit intoelastic:7.xfrom Jan 19, 2021
Merged
Cherry-pick #23480 to 7.x: Fixing flaky tests for windows 7 32bit#23558narph merged 1 commit intoelastic:7.xfrom
narph merged 1 commit intoelastic:7.xfrom
Conversation
Contributor
|
Pinging @elastic/integrations (Team:Integrations) |
* enabling testing on windows 32 bit * update test file * fix * [CI] Optional stage instead the mandatory one windows stage is mandatory, but optional stages are not mandatory for PRs * fix int issue * ignore 386 architecture * skip tests * skip test * function redeclared * re write * add windows constraint * add tag * add comments Co-authored-by: Victor Martinez <VictorMartinezRubio@gmail.com> (cherry picked from commit 1b43637)
Contributor
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
Contributor
Author
|
/test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of PR #23480 to 7.x branch. Original message:
Will update soon
What does this PR do?
After investigation we see 2 main issues:
constant .... overflows intBecause the
intvalue is overflowed, the fix is to specify theint64type instead.expfmtpackage. This happens in function https://github.com/elastic/beats/blob/master/metricbeat/helper/prometheus/prometheus.go#L72When trying to read and parse the data, lines for example:
are not considered.
Why is it important?
Should fix/skip the following:

(etcd failing tests were previously fixed)
Python tests
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues