Robert Henzel
07/28/2022, 7:53 PM=== RUN TestGrpcInteraction
2022/07/28 21:46:13 [DEBUG] pact synchronous message validate config
2022/07/28 21:46:13 [DEBUG] initialising rust mock server interface
2022/07/28 21:46:13 [DEBUG] log_to_stdout res 0
proto: /home/robert/go/src/giltab.elona.com/elona/dev/rosi/module/card/pact_tests/consumer_tests/../../../secure/pb/service_modulesecure.proto
2022-07-28T19:46:13.789357Z ERROR ThreadId(01) pact_ffi::mock_server::handles: Interaction 0x10001 is not a message interaction, it is V4 Synchronous/Messages
2022-07-28T19:46:14.410508Z ERROR ThreadId(01) pact_ffi::plugins: Failed to call out to plugin - Request to configure interaction failed: Failed to process protobuf: Failed to invoke protoc binary: exit code exit status: 1
2022-07-28T19:46:14.411990Z ERROR ThreadId(01) pactffi_create_mock_server_for_transport{pact=PactHandle { pact_ref: 1 } addr=0x2248e10 port=0 transport=0x2248df0 transport_config=0x2248dd0}: pact_ffi::mock_server: Failed to start mock server - Mock server failed to start: Failed to start gRPC mock server: Pact file does not contain any Protobuf descriptors
2022/07/28 21:46:14 unable to start plugin transport: unable to start the mock server
FAIL command-line-arguments 0.628s
FAIL
is it because the .proto file is not reachable
when I do
cat /home/robert/go/src/giltab.elona.com/elona/dev/rosi/module/card/pact_tests/consumer_tests/../../../secure/pb/service_modulesecure.proto
it prints the protofile.