commit | fb4aac455aecb91ee4d4d82ec3ced843e8260252 | [log] [tgz] |
---|---|---|
author | Tomasz Jurkiewicz <tju@google.com> | Thu Apr 11 15:19:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 11 15:19:33 2024 |
tree | 81e57f670fab3893aab57ed5258452e726438a15 | |
parent | ddda70ada359593d2eae9e73c60376f04a26e217 [diff] |
Fix tests flakiness by checking state in runtime. Kombucha's RunTestSequence consists of steps that might be configured staticaly or dynamically wrt. test execution. Supervised user tests issue RPC that change state of the browser, but sometimes more than one RPC is needed. If that's the case, two states are observing the same supervised user service, but they interfere with each other (for example, reset test state and define test state with empty url list might lead to the same observable state, so the latter state won't be updated and will be stuck waiting for that update). Additional changes: enables disabled test fixed with this change, simplifies test toolset for supervised users, removes empty proto messages. Change-Id: Id129214c9d1125f559f2fcb01e85a7bc619993f0 Bug: 328036610 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5435039 Reviewed-by: Nohemi Fernandez <fernandex@chromium.org> Commit-Queue: Tomek Jurkiewicz <tju@google.com> Cr-Commit-Position: refs/heads/main@{#1285839}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.