-
Notifications
You must be signed in to change notification settings - Fork 1
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
Investigate integration tests crash #121
Labels
bug
Something isn’t working. It’s clear that this does need to be fixed.
room-lifecycle
Related to room lifecycle (temporary label).
Comments
lawrence-forooghian
added
bug
Something isn’t working. It’s clear that this does need to be fixed.
room-lifecycle
Related to room lifecycle (temporary label).
labels
Nov 19, 2024
Looks like the issue is still there after fixing #102. |
lawrence-forooghian
added a commit
that referenced
this issue
Nov 19, 2024
lawrence-forooghian
added a commit
that referenced
this issue
Nov 20, 2024
lawrence-forooghian
added a commit
that referenced
this issue
Nov 20, 2024
lawrence-forooghian
added a commit
that referenced
this issue
Nov 21, 2024
lawrence-forooghian
added a commit
that referenced
this issue
Nov 25, 2024
lawrence-forooghian
added a commit
that referenced
this issue
Nov 25, 2024
This fixes an intermittent crash ("Non-initial ATTACHED state change with resumed == false should have a reason") in the integration tests which happened because the manager sometimes processed the initial ATTACHED contributor state change after the `attach()` call completed. I’ve followed my first suggestion in [1] for how to address this. Resolves #121 [1] ably/specification#239
lawrence-forooghian
added a commit
that referenced
this issue
Nov 25, 2024
This fixes an intermittent crash ("Non-initial ATTACHED state change with resumed == false should have a reason") in the integration tests which happened because the manager sometimes processed the initial ATTACHED contributor state change after the `attach()` call completed. I’ve followed my first suggestion in [1] for how to address this. Resolves #121. [1] ably/specification#239
This was referenced Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn’t working. It’s clear that this does need to be fixed.
room-lifecycle
Related to room lifecycle (temporary label).
Once in a while, the integration tests are crashing with
Fatal error: State change event with resumed == false should have a reason
, e.g. here. Can reproduce locally, and saw it happen in the example app once too. Need to understand if this will be fixed by #102, or if there's something else we need to do (i.e. is the spec’s assumption wrong?)┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: