Skip to content

Commit

Permalink
Fix tests to reflect new grpc logging
Browse files Browse the repository at this point in the history
Signed-off-by: Rainer Schoenberger <[email protected]>
  • Loading branch information
rainerschoe committed Feb 22, 2024
1 parent 1fb7e04 commit ea63148
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tests/functionTests/completionTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Possible Candidates:
127.0.0.1 examples.StreamingRpcs (uni- and bi-directional streams)
127.0.0.1 examples.StatusHandling (gRPC error handling)
/^127.0.0.1 grpc.reflection.*$
/^127.0.0.1 grpc.reflection.*$
#END_TEST

#START_TEST complete rpcTimeout
Expand Down Expand Up @@ -316,4 +317,4 @@ RPC succeeded :D
@@CMD@@ --disableCache 127.0.0.1 examples.ScalarTypeRpcs bitwiseInvertBytes data=file://thisFilenameDoesNotExist.iHope
/Error.*
Error parsing method arguments -> aborting the call :-(
#END_TEST
#END_TEST
1 change: 1 addition & 0 deletions tests/functionTests/completionTests_fish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Possible Candidates:
127.0.0.1 examples.StreamingRpcs (uni- and bi-directional streams)
127.0.0.1 examples.StatusHandling (gRPC error handling)
/^127.0.0.1 grpc.reflection.*$
/^127.0.0.1 grpc.reflection.*$
#END_TEST

#START_TEST complete rpcTimeout
Expand Down
4 changes: 1 addition & 3 deletions tests/functionTests/rpcExecutionTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ RPC succeeded :D

#START_TEST json_input_stdin_malformed
cat @@testResources@@/duplicateEverything1d_malformed.json | @@CMD@@ --disableCache --jsonInput=- 127.0.0.1 examples.NestedTypeRpcs duplicateEverything1d
Warning: Failed to parse JSON file '-': INVALID_ARGUMENT:Unexpected end of string. Expected , or } after key:value pair.

^
/Warning: Failed to parse JSON file '-': .*
Error parsing method arguments -> aborting the call :-(
#END_TEST

Expand Down

0 comments on commit ea63148

Please sign in to comment.