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

Execute websocket test assertions #394

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

richardpringle
Copy link
Contributor

@richardpringle richardpringle commented Oct 18, 2023

The assertions were not doing anthing before, they were only queued to
run

Proof that they are running now: #393

Fixes: #368

@richardpringle
Copy link
Contributor Author

richardpringle commented Oct 18, 2023

Partially solves #368

Should fully solve #368 now

@carlsverre, I just realized that I basically stole your code (even though I looked at it afterwards). If you care about the contribution credit, this should be your PR

@carlsverre
Copy link

All good! Don't care about contribution credit in this case, just that it's fixed. Thanks for working on it!

I guess leave eventsource fixes for a future pr?

@richardpringle
Copy link
Contributor Author

All good! Don't care about contribution credit in this case, just that it's fixed. Thanks for working on it!

I guess leave eventsource fixes for a future pr?

Probably add it to this one if I can get it done int the next 10 mins

The assertions were not doing anthing before, they were only queued to
run
@richardpringle richardpringle force-pushed the remove-spawn-local-from-net branch from bc2b641 to af48424 Compare October 18, 2023 18:32
@richardpringle
Copy link
Contributor Author

richardpringle commented Oct 18, 2023

I could not for the life of me get the tests in io_util tests to run locally, so not sure about the change there.

Copy link
Collaborator

@ranile ranile left a comment

Choose a reason for hiding this comment

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

Thanks!

@ranile ranile merged commit b868497 into rustwasm:master Oct 18, 2023
17 checks passed
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.

async wasm tests don't seem to actually do anything
3 participants