Skip to content

Don't treat client error same way as server error. #20098

Closed
@serathius

Description

@serathius

What would you like to be added?

Robustness tests assume all errors are network errors. This means we don't known if and when request has been processed.

However there are some client side errors that we were correct handled by server and returned to client . Those errors are send as grpc code and later translated by client to golang error interface.

For example "required revision is a future revision"

Image

Why is this needed?

Make visualization more readable.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions