Skip to content
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

pkg/vm_service/test/{set_breakpoint_state,user_tag_changed}_test timing out on unittest-asserts-release-mac-arm64 #46444

Open
sstrickl opened this issue Jun 23, 2021 · 2 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. gardening pkg-vm-service

Comments

@sstrickl
Copy link
Contributor

There are new test failures on Fix the extract method refactoring to correctly handle nullable return types...[pkg/dart2native] switch to use package:lints.

The tests

pkg/vm_service/test/set_breakpoint_state_test Timeout (expected Pass)
pkg/vm_service/test/user_tag_changed_test Timeout (expected Pass)

are failing on configurations

unittest-asserts-release-mac-arm64

The former went from RTE -> Timeout, the latter is a new test. The logs are here.

/cc @bkonyi

@alexmarkov
Copy link
Contributor

pkg/vm_service/test/user_tag_changed_test started passing and them timed out once again.

https://dart-ci.appspot.com/log/pkg-mac-release-arm64/unittest-asserts-release-mac-arm64/19/pkg/vm_service/test/user_tag_changed_test

@keertip keertip added the area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. label Jun 23, 2021
@whesse
Copy link
Contributor

whesse commented Jun 30, 2021

These two test failures are flaky, but not detected as flaky on individual builds. Manually added flakiness records for them, so they stop appearing as switching between Pass and Timeout.

The failures still exist, so leaving the bug open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. gardening pkg-vm-service
Projects
None yet
Development

No branches or pull requests

4 participants