-
-
Notifications
You must be signed in to change notification settings - Fork 796
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
WebSocket Integration Tests (Take 2) #814
WebSocket Integration Tests (Take 2) #814
Conversation
hey @computerpunc !! thank you so much!! let me know when this is ready to be pulled in! |
This PR is ready for review. All 35 tests pass on AWS. Before merging from Can you have a look to understand why no WebSocket test passes? EDIT:
|
@computerpunc thank you! sure, I'll have a look. |
@computerpunc just pulled down the PR as-is, and tests appear to run. is this branch based on
update: |
I ran the regular old (i.e., not based on this PR) WebSocket tests on 2 computers and the WebSocket tests pass with This PR was based on 5eca9cf which was published on Sep. 16 after Each time I tried afterwards to merge with On 8b54134 you merged for the first time It's interesting because this PR never passed CI as for the same reason I see locally. If it's running without any problem on your side, how about you merge this PR (via a branch?) into |
In any case, I found the bug: In Hope this helps and you can add the WebSocket tests soon. |
ah, nice. thank you! I'll have a look now! |
@computerpunc just a quick update. applying the folder name changes locally and merge your PR-branch into master. If for some reason the tests don't pass we can fix it in master. |
@dnalborczyk |
2 yo PR, closing sorry, please feel free to reopen. |
re-opening as a reminder to have a look. |
This PR replaces #778
Currently, WebSocket has 35 tests that are not part of
npm run test
.This PR will make the WebSocket tests be part of the regular testing flow.
To Do:
npm link
in order use current branchserverless-offline
in testing.__test__/manual/websocket
to__test__/integration/websocket
.jest
instead ofmocha
as a testing platform.main
tests.RouteSelection
tests.authorizer
tests.