TD-878: Adds potential BC for woody context from req ctx (#15)

* TD-878: Adds potential BC for woody context from req ctx

* Disables codecov upload
This commit is contained in:
Aleksey Kashapov 2024-04-16 10:03:32 +03:00 committed by GitHub
parent 42263f7d80
commit 4b869de340
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -37,3 +37,4 @@ jobs:
use-thrift: true
thrift-version: ${{ needs.setup.outputs.thrift-version }}
run-ct-with-compose: true
upload-coverage: false

View File

@ -108,7 +108,9 @@ opaque_to_woody_context([1, RPCID]) ->
rpc_id => opaque_to_woody_rpc_id(RPCID),
%% FIXME
deadline => undefined
}.
};
opaque_to_woody_context(_Other) ->
woody_context:new().
-spec woody_context_to_opaque(woody_context:ctx()) -> mg_core_storage:opaque().
woody_context_to_opaque(#{rpc_id := RPCID, meta := ContextMeta}) ->