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

Support OK message and verbose mode #134

Closed
wants to merge 3 commits into from
Closed

Conversation

lubien
Copy link

@lubien lubien commented Oct 6, 2022

Close #133

Copy link
Collaborator

@mmmries mmmries left a comment

Choose a reason for hiding this comment

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

This PR looks great! I had just the one question about the connection that is used for some shared tests, but other than that I think this is ready to merge

@@ -13,7 +13,7 @@ case :gen_tcp.connect('localhost', 4222, [:binary]) do
end

# this is used by some property tests, see test/gnat_property_test.exs
Gnat.start_link(%{}, [name: :test_connection])
Gnat.start_link(%{verbose: true}, [name: :test_connection])
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why did we want this connection to run in verbose mode? I would think that because we are using this test for some property tests, we would want it to have minimal overhead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support OK message
2 participants