Skip to content

Commit

Permalink
Update user baselines +cc @sandersn
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Dec 12, 2020
1 parent 6bcb6bb commit d6c8297
Show file tree
Hide file tree
Showing 14 changed files with 517 additions and 624 deletions.
22 changes: 15 additions & 7 deletions tests/baselines/reference/docker/azure-sdk.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ 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.4.0 (unstable)
Starting "rush rebuild"
Executing a maximum of ?simultaneous processes...
BLOCKED (51)
BLOCKED (55)
================================
@azure/abort-controller
@azure/core-auth
@azure/logger
@azure/core-http
@azure/core-asynciterator-polyfill
@azure/dev-tool
@azure/identity
@azure/communication-common
@azure/core-amqp
@azure/core-lro
@azure/core-paging
@azure/dev-tool
@azure/test-utils-recorder
@azure/communication-administration
@azure/core-https
Expand All @@ -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,7 @@ BLOCKED (51)
@azure/keyvault-certificates
@azure/keyvault-common
@azure/keyvault-keys
@azure/monitor-opentelemetry-exporter
@azure/opentelemetry-exporter-azure-monitor
@azure/schema-registry-avro
@azure/search-documents
@azure/service-bus
Expand All @@ -55,6 +54,11 @@ BLOCKED (51)
@azure/storage-file-share
@azure/storage-internal-avro
@azure/storage-queue
@azure/synapse-access-control
@azure/synapse-artifacts
@azure/synapse-managed-private-endpoints
@azure/synapse-monitoring
@azure/synapse-spark
@azure/template
@azure/test-utils-perfstress
testhub
Expand Down Expand Up @@ -104,7 +108,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 @@ -113,6 +116,7 @@ XX of XX: [@azure/keyvault-secrets] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-blob] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-blob-changefeed] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/storage-file-datalake] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/synapse-artifacts] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/data-tables] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/digital-twins-core] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/eventgrid] blocked by [@azure/eslint-plugin-azure-sdk]!
Expand All @@ -121,9 +125,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/opentelemetry-exporter-azure-monitor] 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/synapse-access-control] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/synapse-managed-private-endpoints] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/synapse-monitoring] blocked by [@azure/eslint-plugin-azure-sdk]!
XX of XX: [@azure/synapse-spark] 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]!
Expand Down
319 changes: 164 additions & 155 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
Loading

0 comments on commit d6c8297

Please sign in to comment.