Skip to content
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

test: split out hints from test-dns #5992

Closed
wants to merge 3 commits into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Apr 1, 2016

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?

Affected core subsystem(s)

test, dns

Description of change

A few of the hints tests were flaky in CI on pi2-raspbian-wheezy. Moving
them to their own file fixes it. It could be that there is an unnoticed
interaction with other tests in the file, or it could be that there is a
cumulative threshold on some resource that is reached that causes Pi2 to
sometimes stall out. (The test was timing out.)

Fixes: #5554

A few of the hints tests were flaky in CI on pi2-raspbian-wheezy. Moving
them to their own file fixes it. It could be that there is an unnoticed
interaction with other tests in the file, or it could be that there is a
cumulative threshold on some resource that is reached that causes Pi2 to
sometimes stall out. (The test was timing out.)

Fixes: nodejs#5554
@Trott Trott added dns Issues and PRs related to the dns subsystem. test Issues and PRs related to the tests. lts-watch-v4.x labels Apr 1, 2016
@Trott Trott mentioned this pull request Apr 1, 2016
@Trott
Copy link
Member Author

Trott commented Apr 1, 2016

Stress test showing current version is flaky on master: https://ci.nodejs.org/job/node-stress-single-test/577/nodes=pi2-raspbian-wheezy/console

Stress test for this version which will hopefully show it to be not flaky (but should certainly show it to be more reliable): https://ci.nodejs.org/job/node-stress-single-test/578/nodes=pi2-raspbian-wheezy/console

@Trott
Copy link
Member Author

Trott commented Apr 1, 2016

Closing. More reliable approach coming in a little bit.

@Trott Trott closed this Apr 1, 2016
@Trott Trott deleted the piecrust branch January 13, 2022 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dns Issues and PRs related to the dns subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate flaky test-dns
2 participants