Skip to content

🤖 User test baselines have changed for fix41631 #112

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

Open
wants to merge 2 commits 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
10 changes: 4 additions & 6 deletions tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Exit Code: 1
Standard output:

Rush Multi-Project Build Tool 5.X.X - https://rushjs.io
Node.js version is 15.1.0 (unstable)
Node.js version is 15.3.0 (unstable)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
BLOCKED (51)
BLOCKED (50)
================================
@azure/abort-controller
@azure/core-auth
Expand Down Expand Up @@ -34,7 +34,6 @@ BLOCKED (51)
@azure/app-configuration
@azure/communication-chat
@azure/communication-sms
@azure/core-arm
@azure/core-client
@azure/core-tracing
@azure/cosmos
Expand All @@ -46,7 +45,6 @@ BLOCKED (51)
@azure/keyvault-certificates
@azure/keyvault-common
@azure/keyvault-keys
@azure/monitor-opentelemetry-exporter
@azure/schema-registry-avro
@azure/search-documents
@azure/service-bus
Expand All @@ -57,6 +55,7 @@ BLOCKED (51)
@azure/storage-queue
@azure/template
@azure/test-utils-perfstress
@microsoft/opentelemetry-exporter-azure-monitor
testhub
================================
FAILURE (1)
Expand Down Expand Up @@ -104,7 +103,6 @@ XX of XX: [@azure/ai-text-analytics] blocked by [@azure/eslint-plugin-azure-sdk]
XX of XX: [@azure/core-client] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-http] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/app-configuration] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-arm] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-lro] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-admin] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/eslint-plugin-azure-sdk]!
Expand All @@ -121,13 +119,13 @@ XX of XX: [@azure/schema-registry] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/schema-registry-avro] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-queue] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/keyvault-common] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/monitor-opentelemetry-exporter] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/search-documents] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-file-share] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/template] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/test-utils-perfstress] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/test-utils-recorder] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-internal-avro] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@microsoft/opentelemetry-exporter-azure-monitor] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-https] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-asynciterator-polyfill] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/core-paging] blocked by [@azure/eslint-plugin-azure-sdk]!
Expand Down
292 changes: 147 additions & 145 deletions tests/baselines/reference/docker/office-ui-fabric.log

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions tests/baselines/reference/docker/pyright.log
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
Exit Code: 2
Exit Code: 0
Standard output:
pyright-internal: src/tests/harness/utils.ts(328,12): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?



Standard error:
lerna notice cli vX.X.X
lerna info Executing command in 3 packages: "tsc --noEmit"
lerna ERR! Received non-zero exit code 2 during execution
lerna success exec Executed command in 3 packages: "tsc --noEmit"
npm ERR! code 2
npm ERR! path /pyright
npm ERR! command failed
npm ERR! command sh -c lerna exec --stream --concurrency 1 --no-bail -- tsc --noEmit
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log
185 changes: 71 additions & 114 deletions tests/baselines/reference/docker/vue-next.log

Large diffs are not rendered by default.

46 changes: 38 additions & 8 deletions tests/baselines/reference/user/TypeScript-Node-Starter.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,44 @@ Standard output:
node_modules/connect-mongo/src/types.d.ts(113,66): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
node_modules/connect-mongo/src/types.d.ts(114,45): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
node_modules/connect-mongo/src/types.d.ts(118,47): error TS2694: Namespace 'Express' has no exported member 'SessionData'.
src/app.ts(72,21): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
Property 'returnTo' does not exist on type 'Session'.
src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
Property 'returnTo' does not exist on type 'Session'.
src/app.ts(116,30): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
Property 'returnTo' does not exist on type 'Session'.
src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session | InitializedSession'.
Property 'returnTo' does not exist on type 'Session'.
src/app.ts(72,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.
src/app.ts(75,21): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.
src/app.ts(116,30): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.
src/config/passport.ts(18,24): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/config/passport.ts(18,29): error TS7006: Parameter 'user' implicitly has an 'any' type.
src/config/passport.ts(28,51): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/config/passport.ts(71,49): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/config/passport.ts(71,54): error TS7006: Parameter 'existingUser' implicitly has an 'any' type.
src/config/passport.ts(77,45): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/config/passport.ts(92,49): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/config/passport.ts(92,54): error TS7006: Parameter 'existingUser' implicitly has an 'any' type.
src/config/passport.ts(97,59): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/config/passport.ts(97,64): error TS7006: Parameter 'existingEmailUser' implicitly has an 'any' type.
src/controllers/user.ts(51,38): error TS2339: Property 'returnTo' does not exist on type 'Session & Partial<SessionData>'.
src/controllers/user.ts(101,46): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/controllers/user.ts(101,51): error TS7006: Parameter 'existingUser' implicitly has an 'any' type.
src/controllers/user.ts(146,29): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/controllers/user.ts(153,19): error TS2769: No overload matches this call.
Overload 1 of 3, '(options?: SaveOptions): Promise<UserDocument>', gave the following error.
Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'.
Overload 2 of 3, '(options?: SaveOptions, fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error.
Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'.
Overload 3 of 3, '(fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error.
Argument of type '(err: WriteError) => void' is not assignable to parameter of type '(err: NativeError, doc: UserDocument) => void'.
Types of parameters 'err' and 'err' are incompatible.
Type 'NativeError' is missing the following properties from type 'WriteError': code, index, errmsg
src/controllers/user.ts(183,29): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/controllers/user.ts(186,19): error TS2769: No overload matches this call.
Overload 1 of 3, '(options?: SaveOptions): Promise<UserDocument>', gave the following error.
Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'.
Overload 2 of 3, '(options?: SaveOptions, fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error.
Type '(err: WriteError) => void' has no properties in common with type 'SaveOptions'.
Overload 3 of 3, '(fn?: (err: NativeError, doc: UserDocument) => void): void', gave the following error.
Argument of type '(err: WriteError) => void' is not assignable to parameter of type '(err: NativeError, doc: UserDocument) => void'.
Types of parameters 'err' and 'err' are incompatible.
Type 'NativeError' is not assignable to type 'WriteError'.
src/controllers/user.ts(215,29): error TS7006: Parameter 'err' implicitly has an 'any' type.
src/controllers/user.ts(349,54): error TS7006: Parameter 'err' implicitly has an 'any' type.



Expand Down
7 changes: 1 addition & 6 deletions tests/baselines/reference/user/TypeScript-WeChat-Starter.log
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Exit Code: 2
Standard output:
node_modules/@types/connect/index.d.ts(21,42): error TS2689: Cannot extend an interface 'http.IncomingMessage'. Did you mean 'implements'?
node_modules/@types/serve-static/index.d.ts(18,45): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
node_modules/@types/serve-static/index.d.ts(25,49): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
node_modules/@types/serve-static/index.d.ts(25,72): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
node_modules/@types/serve-static/index.d.ts(98,45): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
node_modules/@types/serve-static/index.d.ts(102,56): error TS2694: Namespace '"http"' has no exported member 'OutgoingMessage'.
node_modules/@types/connect/index.d.ts(20,42): error TS2689: Cannot extend an interface 'http.IncomingMessage'. Did you mean 'implements'?



Expand Down
23 changes: 13 additions & 10 deletions tests/baselines/reference/user/axios-src.log
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
Exit Code: 2
Standard output:
lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension.
lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
lib/adapters/http.js(22,12): error TS2304: Cannot find name 'AxiosProxyConfig'.
lib/adapters/http.js(34,5): error TS2532: Object is possibly 'undefined'.
lib/adapters/http.js(38,11): error TS2339: Property 'beforeRedirect' does not exist on type 'ClientRequestArgs'.
lib/adapters/http.js(109,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
Type 'null' is not assignable to type 'string'.
lib/adapters/http.js(121,17): error TS2531: Object is possibly 'null'.
lib/adapters/http.js(121,40): error TS2531: Object is possibly 'null'.
lib/adapters/http.js(225,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(231,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(237,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
lib/adapters/http.js(239,15): error TS2322: Type 'string' is not assignable to type 'Buffer'.
lib/adapters/http.js(239,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
lib/adapters/http.js(252,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(281,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(146,17): error TS2531: Object is possibly 'null'.
lib/adapters/http.js(146,40): error TS2531: Object is possibly 'null'.
lib/adapters/http.js(241,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(247,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(253,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
lib/adapters/http.js(255,15): error TS2322: Type 'string' is not assignable to type 'Buffer'.
lib/adapters/http.js(255,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
lib/adapters/http.js(268,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(297,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/xhr.js(65,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(77,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(84,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
Expand Down
Loading