Skip to content
Snippets Groups Projects
Commit 0975311a authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #1116 from tbetbetbe/grpc_ruby_renable_server_first_bidi_test

Renables the test checking the server can send the initial bidi message
parents 5a8cfdd8 f3770c38
No related branches found
No related tags found
No related merge requests found
......@@ -384,13 +384,7 @@ describe 'ClientStub' do
th.join
end
# disabled because an unresolved wire-protocol implementation feature
#
# - servers should be able initiate messaging, however, as it stand
# servers don't know if all the client metadata has been sent until
# they receive a message from the client. Without receiving all the
# metadata, the server does not accept the call, so this test hangs.
xit 'supports a server-initiated ping pong', bidi: true do
it 'supports a server-initiated ping pong', bidi: true do
server_port = create_test_server
host = "localhost:#{server_port}"
th = run_bidi_streamer_echo_ping_pong(@sent_msgs, @pass, false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment