Skip to content

Commit

Permalink
Merge branch 'try-new-grpc' of https://github.com/jina-ai/jina into t…
Browse files Browse the repository at this point in the history
…ry-new-grpc

Signed-off-by: Joan Fontanals Martinez <[email protected]>
  • Loading branch information
JoanFM committed Nov 21, 2023
2 parents 4ab1514 + 90ab085 commit d204cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [Release Note (`3.22.2`)](#release-note-3222)
- [Release Note (`3.22.3`)](#release-note-3223)
- [Release Note (`3.22.4`)](#release-note-3224)
- [Release Note (`3.23.0`)](#release-note-3230)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ def test_multiprotocol_gateway_instrumentation(
(server_spans, client_spans, executor_spans) = partition_spans_by_kind(
gateway_traces
)
assert len(client_spans) == 11
assert len(server_spans) == 12
assert len(client_spans) == 9
assert len(server_spans) == 10


def test_executor_instrumentation(jaeger_port, otlp_collector, otlp_receiver_port):
Expand Down

0 comments on commit d204cd3

Please sign in to comment.