Skip to content

Commit 61ca520

Browse files
Update user baselines
1 parent dd6811f commit 61ca520

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ Use output.globals to specify browser global variable names corresponding to ext
5050
os-name (guessing 'osName')
5151
created dist/index.js in ?s
5252
XX of XX: [@azure/eventhubs-checkpointstore-blob] completed successfully in ? seconds
53+
XX of XX: [@azure/search] completed successfully in ? seconds
5354
XX of XX: [@azure/service-bus] completed successfully in ? seconds
5455
XX of XX: [@azure/storage-file-datalake] completed successfully in ? seconds
5556
XX of XX: [@azure/storage-file-share] completed successfully in ? seconds
5657
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
5758
XX of XX: [@azure/template] completed successfully in ? seconds
5859
XX of XX: [testhub] completed successfully in ? seconds
59-
SUCCESS (25)
60+
SUCCESS (26)
6061
================================
6162
@azure/abort-controller (? seconds)
6263
@azure/core-auth (? seconds)
@@ -77,6 +78,7 @@ SUCCESS (25)
7778
@azure/core-arm (? seconds)
7879
@azure/core-tracing (? seconds)
7980
@azure/eventhubs-checkpointstore-blob (? seconds)
81+
@azure/search (? seconds)
8082
@azure/service-bus (? seconds)
8183
@azure/storage-file-datalake (? seconds)
8284
@azure/storage-file-share (? seconds)

tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Standard output:
7070
@fluentui/docs: [XX:XX:XX] Requiring external module @uifabric/build/babel/register
7171
@fluentui/docs: [XX:XX:XX] Working directory changed to /office-ui-fabric-react
7272
@fluentui/docs: [XX:XX:XX] Using gulpfile /office-ui-fabric-react/gulpfile.ts
73-
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/CONTRIBUTING.md" for github.com.
74-
@fluentui/docs: ==================
7573
@fluentui/docs: > @fluentui/ability-attributes@X.X.X schema /office-ui-fabric-react/packages/fluentui/ability-attributes
7674
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
75+
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/CONTRIBUTING.md" for github.com.
76+
@fluentui/docs: ==================
7777
@fluentui/docs: "/office-ui-fabric-react/.github/CONTRIBUTING.md" will be updated
7878
@fluentui/docs: Everything is OK.
7979
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/setup-local-development.md" for github.com.

tests/baselines/reference/docker/vue-next.log

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ Error: /vue-next/packages/vue/src/devCheck.ts(2,11): semantic error TS2774: This
127127
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
128128
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
129129
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:234:5)
130-
(node:18) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:e6ef52c,NODE_ENV:production,TARGET:server-renderer,TYPES:true
130+
(node:20) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:e6ef52c,NODE_ENV:production,TARGET:server-renderer,TYPES:true
131131
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
132132
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
133133
at processTicksAndRejections (internal/process/task_queues.js:97:5)
134134
at async build (/vue-next/scripts/build.js:72:3)
135135
at async buildAll (/vue-next/scripts/build.js:51:5)
136136
at async run (/vue-next/scripts/build.js:41:5)
137-
(node:18) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
138-
(node:18) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
137+
(node:20) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
138+
(node:20) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

0 commit comments

Comments
 (0)