Skip to content

🤖 User test baselines have changed for weakenPromiseLike #10

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
42 changes: 27 additions & 15 deletions tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ XX of XX: [@azure/core-auth] completed successfully in ? seconds
XX of XX: [@azure/logger] completed successfully in ? seconds
XX of XX: [@azure/core-asynciterator-polyfill] completed successfully in ? seconds
XX of XX: [@azure/core-http] completed successfully in ? seconds
XX of XX: [@azure/core-amqp] completed successfully in ? seconds
XX of XX: [@azure/core-lro] completed successfully in ? seconds
XX of XX: [@azure/core-paging] completed successfully in ? seconds
XX of XX: [@azure/test-utils-recorder] completed successfully in ? seconds
XX of XX: [@azure/eslint-plugin-azure-sdk] completed successfully in ? seconds
XX of XX: [@azure/event-hubs] completed successfully in ? seconds
XX of XX: [@azure/event-processor-host] completed successfully in ? seconds
npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! @azure/[email protected] extract-api: `tsc -p . && api-extractor run --local`
Expand Down Expand Up @@ -48,43 +45,34 @@ os-name (imported by dist-esm/utils/user-agent.js)
Use output.globals to specify browser global variable names corresponding to external modules
os-name (guessing 'osName')
created dist/index.js in ?s
XX of XX: [@azure/eventhubs-checkpointstore-blob] completed successfully in ? seconds
XX of XX: [@azure/identity] completed successfully in ? seconds
XX of XX: [@azure/search] completed successfully in ? seconds
XX of XX: [@azure/service-bus] completed successfully in ? seconds
XX of XX: [@azure/storage-file-datalake] completed successfully in ? seconds
XX of XX: [@azure/storage-file-share] completed successfully in ? seconds
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
XX of XX: [@azure/template] completed successfully in ? seconds
XX of XX: [testhub] completed successfully in ? seconds
SUCCESS (26)
SUCCESS (20)
================================
@azure/abort-controller (? seconds)
@azure/core-auth (? seconds)
@azure/logger (? seconds)
@azure/core-asynciterator-polyfill (? seconds)
@azure/core-http (? seconds)
@azure/core-amqp (? seconds)
@azure/core-lro (? seconds)
@azure/core-paging (? seconds)
@azure/test-utils-recorder (? seconds)
@azure/eslint-plugin-azure-sdk (? seconds)
@azure/event-hubs (? seconds)
@azure/event-processor-host (? seconds)
@azure/storage-blob (? seconds)
@azure/ai-text-analytics (? seconds)
@azure/app-configuration (? seconds)
@azure/core-arm (? seconds)
@azure/core-tracing (? seconds)
@azure/eventhubs-checkpointstore-blob (? seconds)
@azure/identity (? seconds)
@azure/search (? seconds)
@azure/service-bus (? seconds)
@azure/storage-file-datalake (? seconds)
@azure/storage-file-share (? seconds)
@azure/storage-queue (? seconds)
@azure/template (? seconds)
testhub (? seconds)
================================
SUCCESS WITH WARNINGS (1)
================================
Expand All @@ -98,12 +86,28 @@ Use output.globals to specify browser global variable names corresponding to ext
os-name (guessing 'osName')
created dist/index.js in ?s
================================
BLOCKED (1)
BLOCKED (5)
================================
@azure/event-hubs
@azure/eventhubs-checkpointstore-blob
@azure/keyvault-certificates
@azure/service-bus
testhub
================================
FAILURE (2)
FAILURE (4)
================================
@azure/core-amqp ( ? seconds)
>>> @azure/core-amqp
tsc -p . && rollup -c 2>&1
src/util/utils.ts(213,42): error TS2345: Argument of type '(result: T) => T' is not assignable to parameter of type '(value: awaited T) => T | PromiseLike<T>'.
Types of parameters 'result' and 'value' are incompatible.
Type 'awaited T' is not assignable to type 'T'.
'T' could be instantiated with an arbitrary type which could be unrelated to 'awaited T'.
@azure/event-processor-host ( ? seconds)
>>> @azure/event-processor-host
tsc -p . && rollup -c 2>&1 && npm run extract-api
src/util/utils.ts(135,7): error TS2322: Type 'awaited T' is not assignable to type 'T'.
'T' could be instantiated with an arbitrary type which could be unrelated to 'awaited T'.
@azure/keyvault-keys ( ? seconds)
npm ERR! code ELIFECYCLE
npm ERR! errno 2
Expand Down Expand Up @@ -132,9 +136,17 @@ rush rebuild - Errors! ( ? seconds)

Standard error:

XX of XX: [@azure/core-amqp] failed!
XX of XX: [@azure/event-hubs] blocked by [@azure/core-amqp]!
XX of XX: [@azure/eventhubs-checkpointstore-blob] blocked by [@azure/core-amqp]!
XX of XX: [@azure/service-bus] blocked by [@azure/core-amqp]!
XX of XX: [@azure/event-processor-host] failed!
XX of XX: [testhub] blocked by [@azure/event-processor-host]!
XX of XX: [@azure/keyvault-keys] failed!
XX of XX: [@azure/keyvault-certificates] blocked by [@azure/keyvault-keys]!
XX of XX: [@azure/keyvault-secrets] failed!
XX of XX: [@azure/cosmos] completed with warnings in ? seconds
[@azure/core-amqp] Returned error code: 2
[@azure/event-processor-host] Returned error code: 2
[@azure/keyvault-keys] Returned error code: 2
[@azure/keyvault-secrets] Returned error code: 2
Loading