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

proxy: add websocket regression tests #7121

Merged
merged 2 commits into from Mar 15, 2024
Merged

Conversation

conradludgate
Copy link
Contributor

Problem

We have no regression tests for websocket flow

Summary of changes

Add a hacky implementation of the postgres protocol over websockets just to verify the protocol behaviour does not regress over time.

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

Copy link

github-actions bot commented Mar 14, 2024

2664 tests run: 2539 passed, 0 failed, 125 skipped (full report)


Code coverage* (full report)

  • functions: 28.4% (7031 of 24721 functions)
  • lines: 47.2% (43457 of 92118 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
458c88a at 2024-03-14T15:02:03.783Z :recycle:

@conradludgate conradludgate enabled auto-merge (squash) March 14, 2024 14:41
@conradludgate conradludgate merged commit 49bc734 into main Mar 15, 2024
53 checks passed
@conradludgate conradludgate deleted the proxy-websocket-test branch March 15, 2024 09:21
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.

None yet

2 participants