[node] Add regression test for node_app breakage [devtools/devtools-frontend : main]

0 views
Skip to first unread message

Simon Zünd (Gerrit)

unread,
Nov 4, 2025, 3:18:45 AM (2 days ago) Nov 4
to Devtools-frontend LUCI CQ, Benedikt Meurer, devtools-rev...@chromium.org
Attention needed from Benedikt Meurer

Simon Zünd voted Auto-Submit+1

Auto-Submit+1
Open in Gerrit

Related details

Attention is currently required from:
  • Benedikt Meurer
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: Ib107b99a8531372f608bc1ad692d5f4786495fba
Gerrit-Change-Number: 7117238
Gerrit-PatchSet: 1
Gerrit-Owner: Simon Zünd <szu...@chromium.org>
Gerrit-Reviewer: Benedikt Meurer <bme...@chromium.org>
Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Attention: Benedikt Meurer <bme...@chromium.org>
Gerrit-Comment-Date: Tue, 04 Nov 2025 08:18:41 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Alex Rudenko (Gerrit)

unread,
Nov 4, 2025, 4:11:16 AM (2 days ago) Nov 4
to Simon Zünd, Devtools-frontend LUCI CQ, devtools-rev...@chromium.org
Attention needed from Simon Zünd

Alex Rudenko voted

Code-Review+1
Commit-Queue+2
Open in Gerrit

Related details

Attention is currently required from:
  • Simon Zünd
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: Ib107b99a8531372f608bc1ad692d5f4786495fba
Gerrit-Change-Number: 7117238
Gerrit-PatchSet: 2
Gerrit-Owner: Simon Zünd <szu...@chromium.org>
Gerrit-Reviewer: Alex Rudenko <alexr...@chromium.org>
Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Attention: Simon Zünd <szu...@chromium.org>
Gerrit-Comment-Date: Tue, 04 Nov 2025 09:11:12 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Simon Zünd (Gerrit)

unread,
Nov 4, 2025, 4:20:59 AM (2 days ago) Nov 4
to Alex Rudenko, Devtools-frontend LUCI CQ, devtools-rev...@chromium.org
Attention needed from Alex Rudenko

Simon Zünd voted Commit-Queue+2

Commit-Queue+2
Open in Gerrit

Related details

Attention is currently required from:
  • Alex Rudenko
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: Ib107b99a8531372f608bc1ad692d5f4786495fba
Gerrit-Change-Number: 7117238
Gerrit-PatchSet: 3
Gerrit-Owner: Simon Zünd <szu...@chromium.org>
Gerrit-Reviewer: Alex Rudenko <alexr...@chromium.org>
Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Attention: Alex Rudenko <alexr...@chromium.org>
Gerrit-Comment-Date: Tue, 04 Nov 2025 09:20:54 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Devtools-frontend LUCI CQ (Gerrit)

unread,
Nov 4, 2025, 4:22:36 AM (2 days ago) Nov 4
to Simon Zünd, Alex Rudenko, devtools-rev...@chromium.org

Devtools-frontend LUCI CQ submitted the change

Unreviewed changes

2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Change information

Commit message:
[node] Add regression test for node_app breakage

This CL adds a regression unit test for crbug.com/457549946.

The CL has to restructure `node_app` a bit: `node_app.ts` runs MainImpl
as a side-effect, which essentially boots up all of DevTools.

To prevent that, this Cl splits the two files into a separate bundle
and keeps the entrypoint separate. This way, we can unit test the
two files without booting up DevTools as a side-effect.

R=bme...@chromium.org
Bypass-Check-License: Moved files.
Fixed: 457549946
Change-Id: Ib107b99a8531372f608bc1ad692d5f4786495fba
Commit-Queue: Simon Zünd <szu...@chromium.org>
Auto-Submit: Simon Zünd <szu...@chromium.org>
Reviewed-by: Alex Rudenko <alexr...@chromium.org>
Files:
  • M config/gni/devtools_grd_files.gni
  • M front_end/BUILD.gn
  • M front_end/entrypoints/node_app/BUILD.gn
  • A front_end/entrypoints/node_app/app/BUILD.gn
  • R front_end/entrypoints/node_app/app/NodeConnectionsPanel.ts
  • A front_end/entrypoints/node_app/app/NodeMain.test.ts
  • R front_end/entrypoints/node_app/app/NodeMain.ts
  • A front_end/entrypoints/node_app/app/app.ts
  • R front_end/entrypoints/node_app/app/nodeConnectionsPanel.css
  • M front_end/entrypoints/node_app/node_app.ts
Change size: M
Delta: 10 files changed, 130 insertions(+), 50 deletions(-)
Branch: refs/heads/main
Submit Requirements:
  • requirement satisfiedCode-Review: +1 by Alex Rudenko
Open in Gerrit
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: merged
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: Ib107b99a8531372f608bc1ad692d5f4786495fba
Gerrit-Change-Number: 7117238
Gerrit-PatchSet: 4
Gerrit-Owner: Simon Zünd <szu...@chromium.org>
Gerrit-Reviewer: Alex Rudenko <alexr...@chromium.org>
Gerrit-Reviewer: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
open
diffy
satisfied_requirement
Reply all
Reply to author
Forward
0 new messages