Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Report Flakes UI should include wasm32 #705

Open
jsantell opened this issue Oct 31, 2023 · 1 comment
Open

Report Flakes UI should include wasm32 #705

jsantell opened this issue Oct 31, 2023 · 1 comment
Labels
Chore Non-user-facing feature Enhancement New user-facing feature

Comments

@jsantell
Copy link
Contributor

Currently, the parameterized test runs do not include wasm32, which can result in a "successful" flake report, with failing wasm32 tests. wasm32 has its own unique setup, but may be able to align the wasm32 tests with the flake reporting.

@jsantell jsantell added the Enhancement New user-facing feature label Oct 31, 2023
@cdata
Copy link
Collaborator

cdata commented Nov 1, 2023

wasm32 testing doesn't currently use nextest (and therefore a flake will fail the whole build), and I'm not sure if it is even possible because it has a custom test runner under the hood (wasm-bindgen-testrunner). It would be great if we could some how integrate it.

@jsantell jsantell added the Chore Non-user-facing feature label Nov 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Chore Non-user-facing feature Enhancement New user-facing feature
Projects
None yet
Development

No branches or pull requests

2 participants