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

🤖 User test baselines have changed for fix47711 #235

Open
wants to merge 1 commit into
base: user-baseline-updates
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Exit Code: 1
Standard output:

Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
Node.js version is 18.0.0 (pre-LTS)
Node.js version is 18.1.0 (pre-LTS)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
==[ @azure/eslint-plugin-azure-sdk ]=============================[ 1 of 274 ]==
Expand Down Expand Up @@ -33,14 +33,14 @@ Executing a maximum of ?simultaneous processes...
"@azure/test-utils-perf" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/container-registry" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/data-tables" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/event-hubs" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/core-amqp" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/mock-hub" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/eventgrid" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/identity-cache-persistence" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/monitor-query" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/schema-registry" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/schema-registry-avro" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/event-hubs" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/mock-hub" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/storage-blob" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/storage-file-datalake" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/storage-file-share" is blocked by "@azure/eslint-plugin-azure-sdk".
Expand Down
3,780 changes: 1,433 additions & 2,347 deletions tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

18 changes: 2 additions & 16 deletions tests/baselines/reference/docker/vscode.log
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
Exit Code: 1
Exit Code: 0
Standard output:
yarn run vX.X.X
$ node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(26,9): Type '{ getCompilationSettings: () => CompilerOptions; getScriptFileNames: () => string[]; getScriptKind: (fileName: string) => ScriptKind; getScriptVersion: (fileName: string) => string; getScriptSnapshot: (fileName: string) => { ...; }; getCurrentDirectory: () => string; getDefaultLibFileName: (_options: CompilerOptions...' is missing the following properties from type 'LanguageServiceHost': readFile, fileExists
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Done in ?s.



Standard error:
[XX:XX:XX] 'compile' errored after ?s
[XX:XX:XX] Error: Found 1 errors
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29)
at _end (/vscode/node_modules/through/index.js:65:9)
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:577:10)
at Object.onceWrapper (events.js:519:28)
at StreamFilter.emit (events.js:412:35)
at StreamFilter.emit (domain.js:537:15)
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:1010:12)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
at runNextTicks (internal/process/task_queues.js:64:3)
error Command failed with exit code 1.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Exit Code: 2
Standard output:
node_modules/@types/react-native/index.d.ts(8685,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.



Expand Down
Loading