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

SLVSCODE-965 exclude files that are open in the background #662

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

SLVSCODE-965 exclude files that are open in the background

4c895ae
Select commit
Loading
Failed to load commit list.
Draft

SLVSCODE-965 exclude files that are open in the background #662

SLVSCODE-965 exclude files that are open in the background
4c895ae
Select commit
Loading
Failed to load commit list.
Cirrus CI / test_linux failed Dec 11, 2024 in 7m 35s

Task Summary

Instruction main failed in 07:20

Details

✅ 00:00 clone
✅ 00:03 node_modules
✅ 00:00 start_xvfb
❌ 07:20 main

  �[32m  ✔�[0m�[90m should detect --debug-brk�[0m
  �[32m  ✔�[0m�[90m should detect --inspect-brk�[0m
  �[32m  ✔�[0m�[90m should fail to detect arg�[0m
  �[32m  ✔�[0m�[90m should not have args�[0m
  �[32m  ✔�[0m�[90m should recognize build running on cirrus-ci pipelines�[0m
  �[32m  ✔�[0m�[90m should recognize build running locallly�[0m
  �[32m  ✔�[0m�[90m should find all files in folder�[0m
  �[32m  ✔�[0m�[90m should create analysis files from file uris�[0m
  �[32m  ✔�[0m�[90m should generate items for quick pick list from workspace folders�[0m
  �[32m  ✔�[0m�[90m should convert glob pattern to regex�[0m
  �[32m  ✔�[0m�[90m should build master regex pattern from array of glob patterns�[0m
  �[32m  ✔�[0m�[90m should filter files by glob patterns�[0m
  �[32m  ✔�[0m�[90m should filter files by ide exclusions�[0m
�[92m �[0m�[32m 144 passing�[0m�[90m (7m)�[0m
�[31m  2 failing�[0m
�[0m  1) Extension Test Suite
       should report issue on single js file:
�[0m�[31m     Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/cirrus-ci-build/out-cov/test/suite/extension.test.js)�[0m�[90m
  	at listOnTimeout (node:internal/timers:581:17)
  	at process.processTimers (node:internal/timers:519:7)
�[0m
�[0m  2) Extension Test Suite
       should report issue on js file with URI-encoded characters:
�[0m�[31m     Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/tmp/cirrus-ci-build/out-cov/test/suite/extension.test.js)�[0m�[90m
  	at listOnTimeout (node:internal/timers:581:17)
  	at process.processTimers (node:internal/timers:519:7)
�[0m
Error: 2 tests failed.
	at /tmp/cirrus-ci-build/out-cov/test/suite/index.js:52:27
	at /tmp/cirrus-ci-build/node_modules/mocha-multi-reporters/lib/MultiReporters.js:128:9
	at /tmp/cirrus-ci-build/node_modules/lodash/after.js:37:19
	at Array.<anonymous> (/tmp/cirrus-ci-build/node_modules/mocha/lib/reporters/xunit.js:128:7)
	at callFinishedCallbacks (node:internal/streams/writable:980:25)
	at finish (node:internal/streams/writable:951:3)
	at node:internal/streams/writable:934:13
	at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Extension host test runner error Error: 2 tests failed.
	at /tmp/cirrus-ci-build/out-cov/test/suite/index.js:52:27
	at /tmp/cirrus-ci-build/node_modules/mocha-multi-reporters/lib/MultiReporters.js:128:9
	at /tmp/cirrus-ci-build/node_modules/lodash/after.js:37:19
	at Array.<anonymous> (/tmp/cirrus-ci-build/node_modules/mocha/lib/reporters/xunit.js:128:7)
	at callFinishedCallbacks (node:internal/streams/writable:980:25)
	at finish (node:internal/streams/writable:951:3)
	at node:internal/streams/writable:934:13
	at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Asking native host service to exit with code 1.
�[90m[main 2024-12-11T08:37:22.802Z]�[0m Extension host with pid 346 exited with code: 0, signal: unknown.
Exit code:   1
Failed to run tests TestRunFailedError: Test run failed with code 1
    at ChildProcess.onProcessClosed (/tmp/cirrus-ci-build/node_modules/@vscode/test-electron/out/runTest.js:110:24)
    at ChildProcess.emit (node:events:518:28)
    at ChildProcess._handle.onexit (node:internal/child_process:293:12) {
  code: 1,
  signal: undefined
}
������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

Annotations

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.No autobinding when user said "don't ask again" for folder

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.No autobinding when user said "don't ask again" for workspace

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Nothing crashes when folder does not exist

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Analysis settings file is properly found when it exists

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Connected mode settings file is properly found when it exists

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Connected mode settings file from Visual Studio is properly found when it exists

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Regular file is properly found and does not have content

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Do not propose binding when there are no connections

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Should not autobind workspace when no connection exists

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Should show warning message when all folders are already bound

Check notice on line 0 in out-cov/test/suite/autobinding.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/autobinding.test.js#L0

Auto Binding Test Suite Bindings Manager.Should show binding suggestion notification

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Save binding updates configuration

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Get remote projects items correctly maps keys and names

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Folder selection QuickPick should allow to choose a folder

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Delete bindings for connection

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Delete bindings for deleted connection

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Default connection ID to <default> if not provided during deletion

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.If connectionId not provided, it should default to <default>

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Create Or Edit Binding

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Unbound folder should be autobound

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Bound folder should not be autobound

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.should get base server url

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Bindings Manager.Should not allow creating binding for broken connection

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Assist Binding.Should not do anything when binding already exists

Check notice on line 0 in out-cov/test/suite/bindings.test.js

See this annotation in the file changed.

@cirrus-ci cirrus-ci / test_linux

out-cov/test/suite/bindings.test.js#L0

Bindings Test Suite Assist Binding.Should create requested binding