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

Protocol-level test helpers #393

Merged
merged 3 commits into from
Apr 1, 2023
Merged

Conversation

drdrsh
Copy link
Collaborator

@drdrsh drdrsh commented Apr 1, 2023

I needed to have granular control over protocol message testing. For example, being able to send protocol messages one-by-one and then be able to inspect the results.

In order to do that, I created this low-level ruby client that can be used to send protocol messages in any order without blocking and also allows inspection of response messages.

@drdrsh drdrsh marked this pull request as ready for review April 1, 2023 20:17
@drdrsh drdrsh requested a review from levkk April 1, 2023 20:17
@drdrsh drdrsh merged commit 7ddd23b into postgresml:main Apr 1, 2023
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