Skip to content

Migrate gRPC tests to Java#5521

Merged
anuraaga merged 3 commits into
open-telemetry:mainfrom
anuraaga:grpc-tests-java
Mar 9, 2022
Merged

Migrate gRPC tests to Java#5521
anuraaga merged 3 commits into
open-telemetry:mainfrom
anuraaga:grpc-tests-java

Conversation

@anuraaga

@anuraaga anuraaga commented Mar 8, 2022

Copy link
Copy Markdown
Contributor

No description provided.

@anuraaga anuraaga requested a review from a team March 8, 2022 05:02
Comment on lines +59 to +60
@CartesianTest.Values(ints = {1, 2, 3}) int clientMessageCount,
@CartesianTest.Values(ints = {1, 2, 3}) int serverMessageCount)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

event ->
event
.hasName("message")
.hasAttributesSatisfying(

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we have hasAttributesSatisfyingExactly on event yet?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not yet unfortunately noticed the gap with this PR

span.hasName("example.Greeter/Conversation")
.hasKind(SpanKind.SERVER)
.hasParent(trace.getSpan(0))
.hasAttributesSatisfyingExactly(

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this turned out nice 💯

@anuraaga anuraaga merged commit 9e5fdce into open-telemetry:main Mar 9, 2022
RashmiRam pushed a commit to RashmiRam/opentelemetry-auto-instr-java that referenced this pull request May 23, 2022
* Migrate gRPC tests to Java

* check

* clean
Traviscal

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants