FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: skip instantiateStreaming-bad-imports WPT by targos · Pull Request #47292 · nodejs/node · GitHub

/ node Public

test: skip instantiateStreaming-bad-imports WPT - #47292

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
targos:skip-wasm-webapi
Mar 29, 2023
Merged

test: skip instantiateStreaming-bad-imports WPT#47292
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
targos:skip-wasm-webapi

Conversation

targos commented Mar 29, 2023

Copy link
Copy Markdown
Member

This test is flaky on ARM with V8 >= 11.2.
Skip it so we can update V8 before the release of Nodejs 20.0.0.

Refs: #46815 and #47251

This test is flaky on ARM with V8 >= 11.2.
Skip it so we can update V8 before the release of Nodejs 20.0.0.
nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Mar 29, 2023

targos commented Mar 29, 2023

Copy link
Copy Markdown
Member Author

/cc @nodejs/v8-update @nodejs/tsc

MoLow left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

RSLGTM

targos added fast-track PRs that do not need to wait for 48 hours to land. request-ci Add this label to start a Jenkins CI on a PR. labels Mar 29, 2023

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @targos. Please 👍 to approve.

github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Mar 29, 2023

Copy link
Copy Markdown
Collaborator

panva commented Mar 29, 2023
edited
Loading

Copy link
Copy Markdown
Member

Is it flaky, or just out right failing/hanging to a point where you want to skip it everywhere?

If just flaky, the flaky test names may just be added like so

{
  "instantiateStreaming-bad-imports.any.js": {
    "fail": {
      "note": "You may leave an optional arbitrary note e.g. with TODOs",
      "flaky": [
        "flaky test name"
      ]
    }
  }
}

If it's hanging, we need to look into the running properly handling such cases.

If you want to skip them on a particular build or configuration, there's no way to do that today, but we could revive #45826 (comment) to be able to do this type of skipping/flaky declaration.

panva added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Mar 29, 2023

targos commented Mar 29, 2023

Copy link
Copy Markdown
Member Author

It is hanging but not 100% of the runs. Either it passes or it hangs.

panva commented Mar 29, 2023

Copy link
Copy Markdown
Member

It is hanging but not 100% of the runs. Either it passes or it hangs.

Let's skip then but open an issue to investigate why the runner can't deal with it.

RafaelGSS commented Mar 29, 2023
edited
Loading

Copy link
Copy Markdown
Member

It is hanging but not 100% of the runs. Either it passes or it hangs.

Let's skip then but open an issue to investigate why the runner can't deal with it.

We can open a revert PR after landing V8 update on main.

panva added the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 29, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Mar 29, 2023
nodejs-github-bot merged commit 3cf65bd into nodejs:main Mar 29, 2023

Copy link
Copy Markdown
Collaborator

Landed in 3cf65bd

targos deleted the skip-wasm-webapi branch March 29, 2023 11:58
RafaelGSS pushed a commit that referenced this pull request Apr 5, 2023
This test is flaky on ARM with V8 >= 11.2.
Skip it so we can update V8 before the release of Nodejs 20.0.0.

PR-URL: #47292
Refs: #46815
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
RafaelGSS mentioned this pull request Apr 6, 2023
RafaelGSS pushed a commit that referenced this pull request Apr 6, 2023
This test is flaky on ARM with V8 >= 11.2.
Skip it so we can update V8 before the release of Nodejs 20.0.0.

PR-URL: #47292
Refs: #46815
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
RafaelGSS pushed a commit that referenced this pull request Apr 7, 2023
This test is flaky on ARM with V8 >= 11.2.
Skip it so we can update V8 before the release of Nodejs 20.0.0.

PR-URL: #47292
Refs: #46815
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
danielleadams pushed a commit that referenced this pull request Jul 6, 2023
This test is flaky on ARM with V8 >= 11.2.
Skip it so we can update V8 before the release of Nodejs 20.0.0.

PR-URL: #47292
Refs: #46815
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
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

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants


Back | FazBrowse Home | New Git URL