node icon indicating copy to clipboard operation
node copied to clipboard

test: check inspector command Debugger.setInstrumentationBreakpoint

Open ulitink opened this issue 5 years ago • 16 comments

Adds test case for inspector's method Debugger.setInstrumentationBreakpoint with beforeScriptExecution param.

Checklist
  • [x] make -j4 test (UNIX), or vcbuild test (Windows) passes
  • [x] tests and/or benchmarks are included
  • [x] commit message follows commit guidelines

ulitink avatar Dec 30 '19 13:12 ulitink

@ulitink is this ready to review? Or is this still work in progress?

BridgeAR avatar Jan 04 '20 11:01 BridgeAR

@BridgeAR It is a test for an issue https://github.com/nodejs/node/issues/31138. We can't merge this pull request until the issue is fixed because the test is broken. Sorry if such workflow is bad, we can simply reject the pull request and wait for the issue to be fixed, test is still referenced from it and can be found.

ulitink avatar Jan 05 '20 16:01 ulitink

It is possible to add this test and mark it as failing in our status file. That way it would only fail in case this test passes. If I understood correct, this test is legit and it should pass while it fails at the moment. That way it's possible to just remove the test from our status file while fixing the issue.

BridgeAR avatar Jan 06 '20 21:01 BridgeAR

It is possible to add this test and mark it as failing in our status file. That way it would only fail in case this test passes. If I understood correct, this test is legit and it should pass while it fails at the moment. That way it's possible to just remove the test from our status file while fixing the issue.

If the test fails 100% of the time, probably best to put it in known_issues and then we can move it out to parallel (or wherever) when the fix is committed.

Trott avatar Jan 06 '20 23:01 Trott

CI: https://ci.nodejs.org/job/node-test-pull-request/28379/

nodejs-github-bot avatar Jan 11 '20 23:01 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/28406/

nodejs-github-bot avatar Jan 12 '20 14:01 nodejs-github-bot

@nodejs/inspector

Trott avatar Jan 14 '20 05:01 Trott

Is this ready to land?

gireeshpunathil avatar Nov 05 '20 12:11 gireeshpunathil

CI: https://ci.nodejs.org/job/node-test-pull-request/34077/

nodejs-github-bot avatar Nov 05 '20 12:11 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/34211/

nodejs-github-bot avatar Nov 08 '20 17:11 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/54029/

nodejs-github-bot avatar Sep 18 '23 08:09 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/54580/

nodejs-github-bot avatar Oct 06 '23 13:10 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/54810/

nodejs-github-bot avatar Oct 15 '23 10:10 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/55557/

nodejs-github-bot avatar Nov 11 '23 12:11 nodejs-github-bot

This is a quite old PR, I see it ties into #31138 is there any updates?

larson-carter avatar Apr 17 '24 02:04 larson-carter

CI: https://ci.nodejs.org/job/node-test-pull-request/58895/

nodejs-github-bot avatar May 03 '24 12:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59079/

nodejs-github-bot avatar May 10 '24 17:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59088/

nodejs-github-bot avatar May 11 '24 08:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59141/

nodejs-github-bot avatar May 12 '24 07:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59175/

nodejs-github-bot avatar May 12 '24 17:05 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/59188/

nodejs-github-bot avatar May 12 '24 19:05 nodejs-github-bot

Landed in 291c1211f2dd0194e31535b8d1679f7d8c1b0418

aduh95 avatar May 12 '24 20:05 aduh95