Skip to content

Skip flaky test TestFilebeat/Filebeat_crashes_due_to_incorrect_config#42780

Merged
AndersonQ merged 1 commit intoelastic:mainfrom
AndersonQ:42778-skip-flaky-test
Feb 19, 2025
Merged

Skip flaky test TestFilebeat/Filebeat_crashes_due_to_incorrect_config#42780
AndersonQ merged 1 commit intoelastic:mainfrom
AndersonQ:42778-skip-flaky-test

Conversation

@AndersonQ
Copy link
Copy Markdown
Member

@AndersonQ AndersonQ commented Feb 19, 2025

skip flaky test: TestFilebeat/Filebeat_crashes_due_to_incorrect_config

Checklist

  • My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Disruptive User Impact

N/A

How to test this PR locally

run the test TestFilebeat/Filebeat_crashes_due_to_incorrect_config. It should be skipped

❯ cd filebeat
❯ go test -v -tags integration -run TestFilebeat/Filebeat_crashes_due_to_incorrect_config ./testing/integration/
=== RUN   TestFilebeat
    run_beat.go:238: ensuring the filebeat binary is available...
    run_beat.go:315: searching for the filebeat directory, starting with /home/ainsoph/devel/github.com/elastic/beats/filebeat/testing/integration...
    run_beat.go:330: found filebeat directory at /home/ainsoph/devel/github.com/elastic/beats/filebeat
    run_beat.go:255: found outdated filebeat binary at /home/ainsoph/devel/github.com/elastic/beats/filebeat/filebeat, removing...
    run_beat.go:270: building /home/ainsoph/devel/github.com/elastic/beats/filebeat/filebeat binary with "mage build"... 
    run_beat.go:281: /home/ainsoph/devel/github.com/elastic/beats/filebeat/filebeat binary has been successfully built 
=== RUN   TestFilebeat/Filebeat_crashes_due_to_incorrect_config
    sample_test.go:116: Flaky test: https://github.com/elastic/beats/issues/42778
--- PASS: TestFilebeat (11.36s)
    --- SKIP: TestFilebeat/Filebeat_crashes_due_to_incorrect_config (0.00s)
PASS
ok  	github.com/elastic/beats/v7/filebeat/testing/integration	11.415s

Related issues

skip flaky test: TestFilebeat/Filebeat_crashes_due_to_incorrect_config
@AndersonQ AndersonQ added flaky-test Unstable or unreliable test cases. Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team labels Feb 19, 2025
@AndersonQ AndersonQ self-assigned this Feb 19, 2025
@AndersonQ AndersonQ requested a review from a team as a code owner February 19, 2025 11:46
@AndersonQ AndersonQ requested review from faec and leehinman February 19, 2025 11:46
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels Feb 19, 2025
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Feb 19, 2025

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @AndersonQ? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

@AndersonQ AndersonQ merged commit 2200a16 into elastic:main Feb 19, 2025
@AndersonQ AndersonQ deleted the 42778-skip-flaky-test branch February 19, 2025 13:38
@AndersonQ AndersonQ added backport-8.x Automated backport to the 8.x branch with mergify backport-9.0 Automated backport to the 9.0 branch labels Feb 19, 2025
mergify bot pushed a commit that referenced this pull request Feb 19, 2025
skip flaky test: TestFilebeat/Filebeat_crashes_due_to_incorrect_config

(cherry picked from commit 2200a16)
mergify bot pushed a commit that referenced this pull request Feb 19, 2025
skip flaky test: TestFilebeat/Filebeat_crashes_due_to_incorrect_config

(cherry picked from commit 2200a16)
AndersonQ added a commit that referenced this pull request Feb 19, 2025
skip flaky test: TestFilebeat/Filebeat_crashes_due_to_incorrect_config

(cherry picked from commit 2200a16)

Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
AndersonQ added a commit that referenced this pull request Feb 19, 2025
skip flaky test: TestFilebeat/Filebeat_crashes_due_to_incorrect_config

(cherry picked from commit 2200a16)

Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
mauri870 added a commit to mauri870/beats that referenced this pull request Oct 16, 2025
This test was skipped in elastic#42780
due to elastic#43137.

Since elastic#46331 fixed the underlying issue,
we can re-enable the test.
mauri870 added a commit that referenced this pull request Oct 22, 2025
)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.
mergify bot pushed a commit that referenced this pull request Oct 22, 2025
)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.

(cherry picked from commit e744a82)
mergify bot pushed a commit that referenced this pull request Oct 22, 2025
)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.

(cherry picked from commit e744a82)
mergify bot pushed a commit that referenced this pull request Oct 22, 2025
)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.

(cherry picked from commit e744a82)
mergify bot pushed a commit that referenced this pull request Oct 22, 2025
)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.

(cherry picked from commit e744a82)
mauri870 added a commit that referenced this pull request Oct 22, 2025
) (#47269)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.

(cherry picked from commit e744a82)

Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
mauri870 added a commit that referenced this pull request Oct 22, 2025
) (#47270)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.

(cherry picked from commit e744a82)

Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
mauri870 added a commit that referenced this pull request Oct 22, 2025
) (#47268)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.

(cherry picked from commit e744a82)

Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
mauri870 added a commit that referenced this pull request Oct 22, 2025
) (#47271)

This test was skipped in #42780
due to #43137.

Since #46331 fixed the underlying issue,
we can re-enable the test.

(cherry picked from commit e744a82)

Co-authored-by: Mauri de Souza Meneguzzo <mauri870@gmail.com>
andrzej-stencel pushed a commit to andrzej-stencel/beats that referenced this pull request Dec 1, 2025
…stic#47163)

This test was skipped in elastic#42780
due to elastic#43137.

Since elastic#46331 fixed the underlying issue,
we can re-enable the test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-8.x Automated backport to the 8.x branch with mergify backport-9.0 Automated backport to the 9.0 branch flaky-test Unstable or unreliable test cases. Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants