-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[browser][MT] enable all MT library tests on the runtime CI pipeline #91536
Conversation
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFixes #88765. This PR is testing how many failures we have after changing the MT smoke tests to full tests.
|
…ests are fleaky, cannot define which tests fail, blocking suspicious ones.
/azp run runtime-wasm |
Azure Pipelines failed to run 1 pipeline(s). |
Failures are not related. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
/azp run runtime-wasm |
Azure Pipelines failed to run 1 pipeline(s). |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
Fixes #88765. This PR is testing how many failures we have after changing the MT smoke tests to full tests.
The libs that got disabled in
tests.csproj
- I was not able to define which single test is responsible for the failure, mostly because the failures are indeterministic./azp run runtime-wasm
to check extra-platforms failures.Projects containing failing/timeouting tests:
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/Wasm.Browser.Config.Sample/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/Wasm.Browser.EventPipe.Sample/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-Microsoft.Extensions.Configuration.EnvironmentVariables.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-Microsoft.Extensions.Configuration.Functional.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-Microsoft.Extensions.HostFactoryResolver.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-Microsoft.Extensions.Http.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-Microsoft.Extensions.Logging.Console.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-System.Collections.Concurrent.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-System.Collections.NonGeneric.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-System.ComponentModel.TypeConverter.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-System.Composition.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-System.Globalization.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-System.IO.Pipelines.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-System.Linq.Parallel.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/27d806f8-8aa9-4799-80eb-3e6f6ef2f753/workitems/WasmTestOnBrowser-System.Private.Xml.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Runtime.Extensions.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Runtime.Serialization.Xml.ReflectionOnly.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Runtime.Serialization.Xml.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Runtime.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Threading.Channels.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Threading.Tasks.Dataflow.Tests/console (blocked the whole lib)
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Threading.Tasks.Parallel.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Threading.Tasks.Tests/console (blocked the whole lib)
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Threading.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Threading.Timer.Tests/console
Failure log: https://helix.dot.net/api/2019-06-17/jobs/fd364e36-1e6e-4969-a94a-ccc2c2059358/workitems/WasmTestOnBrowser-System.Transactions.Local.Tests/console