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

Add test for UI wakeup #7422

Merged
merged 10 commits into from
Sep 18, 2024
Merged

Add test for UI wakeup #7422

merged 10 commits into from
Sep 18, 2024

Conversation

emilk
Copy link
Member

@emilk emilk commented Sep 16, 2024

What

Issues found

How to test

Test setup - build the viewer

  • pixi run rerun-build
  • pixi run rerun-build-web

Test matrix

  • Run cargo r -p test_ui_wakeup and test:
    • That the viewer wakes up in the background when it's alt-tabbed
    • That the viewer wakes up when minimized (it should log "Received a message from…")
  • Run cargo r -p test_ui_wakeup -- --serve and test:
    • The viewer wakes up when browser is alt-tabbed away
    • Switch to a different browser tab, send a few messages, switch back. The messages should be there
      (this is not a conclusive test, as the messages might have been received on tab select)

Tested

Web

Linux

  • ✅X11 alt-tabbed
  • ✅ X11 minimized
  • ✅ Wayland alt-tabbed
  • ❌ Wayland minimized (Hyprland placed on non-visible workspace)
  • ✅ X-Wayland alt-tabbed
  • ✅ X-Wayland minimized (Hyprland placed on non-visible workspace)

Mac

  • ✅ Native alt-tabbed
  • ✅ Native minimized

Windows

  • ✅ Native alt-tabbed
  • ✅ Native minimized

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!
  • If have noted any breaking changes to the log API in CHANGELOG.md and the migration guide

To run all checks from main, comment on the PR with @rerun-bot full-check.

@emilk emilk added 🔨 testing testing and benchmarks 🧑‍💻 dev experience developer experience (excluding CI) exclude from changelog PRs with this won't show up in CHANGELOG.md labels Sep 16, 2024
@emilk emilk marked this pull request as ready for review September 16, 2024 14:53
emilk added a commit that referenced this pull request Sep 16, 2024
### What
* Found while testing #7422

Always show the latest data in follow-mode, by advancing the time at the
start of the frame rather than at the end of it.

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using examples from latest `main` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/7425?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[rerun.io/viewer](https://rerun.io/viewer/pr/7425?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG
* [x] If applicable, add a new check to the [release
checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)!
* [x] If have noted any breaking changes to the log API in
`CHANGELOG.md` and the migration guide

- [PR Build Summary](https://build.rerun.io/pr/7425)
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)

To run all checks from `main`, comment on the PR with `@rerun-bot
full-check`.
Copy link
Member

@abey79 abey79 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems very useful!

tests/rust/test_ui_wakeup/src/main.rs Outdated Show resolved Hide resolved
BUILD.md Outdated Show resolved Hide resolved
@emilk emilk merged commit 6121840 into main Sep 18, 2024
33 checks passed
@emilk emilk deleted the emilk/test_ui_wakeup branch September 18, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 dev experience developer experience (excluding CI) exclude from changelog PRs with this won't show up in CHANGELOG.md 🔨 testing testing and benchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants