Skip to content

msglist test: Wait through a nav-transition animation in a place we forgot #1761

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

Merged
merged 1 commit into from
Jul 29, 2025

Conversation

chrisbobbe
Copy link
Collaborator

No description provided.

@chrisbobbe chrisbobbe requested a review from gnprice July 28, 2025 19:53
@chrisbobbe chrisbobbe added the integration review Added by maintainers when PR may be ready for integration label Jul 28, 2025
@gnprice
Copy link
Member

gnprice commented Jul 28, 2025

Thanks for taking care of this!

Looks good, except it doesn't work with the Flutter version that's currently in pubspec.yaml. So this should come atop a Flutter upgrade (like #1755).

@gnprice
Copy link
Member

gnprice commented Jul 28, 2025

OK, #1763 for a Flutter upgrade that would enable this.

@chrisbobbe chrisbobbe force-pushed the pr-pump-through-transition branch from aa51a5e to 9ba4968 Compare July 29, 2025 00:01
@chrisbobbe
Copy link
Collaborator Author

Thanks! Revision pushed; this one includes that not-yet-merged upgrade.

@gnprice
Copy link
Member

gnprice commented Jul 29, 2025

Infra failure in CI:

Running android...
Downloading android-arm-profile/linux-x64 tools...                 305ms
Downloading android-arm-release/linux-x64 tools...                 164ms
Downloading android-arm64-profile/linux-x64 tools...               176ms
Downloading android-arm64-release/linux-x64 tools...               166ms
Downloading android-x64-profile/linux-x64 tools...                 165ms
Downloading android-x64-release/linux-x64 tools...                 155ms
Config complete.
Downloading https://services.gradle.org/distributions/gradle-8.14.3-all.zip

Error: Exception in thread "main" java.io.IOException: Server returned HTTP response code: 503 for URL: https://github.com/gradle/gradle-distributions/releases/download/v8.14.3/gradle-8.14.3-all.zip
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2038)

Rerunning.

…orgot

This should unblock the upstream PR
  flutter/flutter#165832 .
Discussion:
  flutter/flutter#165832 (comment)

(And, for consistency, also use upstream's new
TransitionDurationObserver in a place we were getting a duration
more manually. This weakens the test a bit, by removing checks that
the duration comes from a popped route, with specific details of the
route that was popped. Perhaps we can add a feature to
TransitionDurationObserver to get those checks back, but not a
priority for now.)
@gnprice gnprice force-pushed the pr-pump-through-transition branch from 9ba4968 to c87de41 Compare July 29, 2025 01:26
@gnprice gnprice merged commit c87de41 into zulip:main Jul 29, 2025
1 check failed
auto-submit bot pushed a commit to flutter/tests that referenced this pull request Jul 30, 2025
Follow up to #464. Unblocks PR flutter/flutter#165832 by picking up a fix for a failure on that PR (zulip/zulip-flutter#1761).
github-merge-queue bot pushed a commit to flutter/flutter that referenced this pull request Jul 30, 2025
For #165832, picks up the test
change from zulip/zulip-flutter#1761 that was
bumped in the tests repo in flutter/tests#466.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration review Added by maintainers when PR may be ready for integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants