|
|
@ -67,7 +67,7 @@ describe GRPC::ActiveCall do |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
describe '#multi_req_view' do |
|
|
|
describe '#multi_req_view' do |
|
|
|
xit 'exposes a fixed subset of the ActiveCall methods' do |
|
|
|
it 'exposes a fixed subset of the ActiveCall methods' do |
|
|
|
want = %w(cancelled, deadline, each_remote_read, metadata, shutdown) |
|
|
|
want = %w(cancelled, deadline, each_remote_read, metadata, shutdown) |
|
|
|
v = @client_call.multi_req_view |
|
|
|
v = @client_call.multi_req_view |
|
|
|
want.each do |w| |
|
|
|
want.each do |w| |
|
|
@ -77,7 +77,7 @@ describe GRPC::ActiveCall do |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
describe '#single_req_view' do |
|
|
|
describe '#single_req_view' do |
|
|
|
xit 'exposes a fixed subset of the ActiveCall methods' do |
|
|
|
it 'exposes a fixed subset of the ActiveCall methods' do |
|
|
|
want = %w(cancelled, deadline, metadata, shutdown) |
|
|
|
want = %w(cancelled, deadline, metadata, shutdown) |
|
|
|
v = @client_call.single_req_view |
|
|
|
v = @client_call.single_req_view |
|
|
|
want.each do |w| |
|
|
|
want.each do |w| |
|
|
|