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

Bug Fix change run effects to use combine latest instead of forkjoin #6568

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

rileyajones
Copy link
Contributor

Motivation for features / changes

zip and forkJoin work somewhat differently internally so these observables simply aren't emitting and thus break our sync.

Googlers see cl/562877415 for the breakage and cl/cl/563214152 as proof that this works.

#6566 #6488

@rileyajones rileyajones marked this pull request as ready for review September 6, 2023 22:18
@rileyajones rileyajones merged commit 48c4d24 into tensorflow:master Sep 6, 2023
13 checks passed
rileyajones added a commit that referenced this pull request Sep 7, 2023
…6571)

## Motivation for features / changes
#6561 created issues when syncing internally. When we discovered the
problem we tried to patch forward twice
 * #6566 
 * #6568

There was a couple of issues.
 * Improper support for tuples internally.
* Internally `forkJoin` and `zip` work differently, it's not document
how though.
* The unapproved screenshot changes in
[cl/563231334](http://cl/563231334)

Googlers see [cl/563516101](http://cl/563516101) for confidence this
ACTUALLY fixes the sync.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants