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
We use go-integration-test to execute integration tests on services. And all services should add integration tests for operations declared in service.toml.
Excepted Behavior
All services should pass integration tests for operations declared in service.toml, including the basic interface tests, uniformized behavior and some characteristics.
Current Behavior
For some features or behavior, not all services are supported. When we make these behaviors mandatory test cases, there are problems with some integration test cases not passing. And non-stop split tests will lead to too much content to test and complex test cases.
We use go-integration-test to execute integration tests on services. And all services should add integration tests for operations declared in
service.toml
.Excepted Behavior
All services should pass integration tests for operations declared in
service.toml
, including the basic interface tests, uniformized behavior and some characteristics.Current Behavior
For some features or behavior, not all services are supported. When we make these behaviors mandatory test cases, there are problems with some integration test cases not passing. And non-stop split tests will lead to too much content to test and complex test cases.
Possible Solution
Add feature flag support:
Related Issues
The text was updated successfully, but these errors were encountered: