Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Windows unit tests are broken #1187

@mctavish

Description

@mctavish

Not related to a code change in this repository, unit tests on windows started failing on or before 19 Oct 2023.

The failure is as follows:

  1. v8debugapi
    set and wait
    should report error for native prop or getter:
    Uncaught TypeError: Cannot read property 'some' of undefined
    at D:\a\cloud-debug-nodejs\cloud-debug-nodejs\build\test\test-v8debugapi.js:987:46
    at D:\a\cloud-debug-nodejs\cloud-debug-nodejs\build\test\test-v8debugapi.js:188:25
    at Immediate. (build\src\agent\v8\inspector-debugapi.js:37:94)
    at processImmediate (internal/timers.js:464:21)

  2. v8debugapi
    "after each" hook for "should report error for native prop or getter":

    AssertionError [ERR_ASSERTION]: there should be no breakpoints active

    • expected - actual

    -1
    +0

    at stateIsClean (build\test\test-v8debugapi.js:42:12)
    at Context. (build\test\test-v8debugapi.js:201:16)
    at processImmediate (internal/timers.js:464:21)

Metadata

Metadata

Assignees

Labels

api: clouddebuggerIssues related to the googleapis/cloud-debug-nodejs API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions