Skip to content
Snippets Groups Projects
Commit f3770c38 authored by Tim Emiola's avatar Tim Emiola
Browse files

Renables the test checking the server can send the initial bidi message

parent 5a8cfdd8
No related branches found
No related tags found
No related merge requests found
...@@ -384,13 +384,7 @@ describe 'ClientStub' do ...@@ -384,13 +384,7 @@ describe 'ClientStub' do
th.join th.join
end end
# disabled because an unresolved wire-protocol implementation feature it 'supports a server-initiated ping pong', bidi: true do
#
# - 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
server_port = create_test_server server_port = create_test_server
host = "localhost:#{server_port}" host = "localhost:#{server_port}"
th = run_bidi_streamer_echo_ping_pong(@sent_msgs, @pass, false) 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