You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StatusOr has been introduced in #11330
The implemented equals() method tries to compare value or status.
However, Status.equals() intentionally does not compare its fields.
StatusOr
has been introduced in #11330The implemented equals() method tries to compare value or status.
However,
Status.equals()
intentionally does not compare its fields.grpc-java/api/src/main/java/io/grpc/Status.java
Lines 654 to 660 in ca4819a
The corresponding StatusOr test compares same Status instance and passes
grpc-java/api/src/test/java/io/grpc/StatusOrTest.java
Lines 62 to 63 in ca4819a
but would fail if there is a description
The text was updated successfully, but these errors were encountered: