stargate / stargate

An open source data gateway
https://stargate.io
Apache License 2.0
820 stars 162 forks source link

Fix flaky StargateBridgeInterceptorDeadlineTest #2433

Open jeffreyscarpenter opened 1 year ago

jeffreyscarpenter commented 1 year ago

Investigate why io.stargate.sgv2.api.common.grpc.StargateBridgeInterceptorDeadlineTest is failing in CI workflows, determine whether the issue is with the test or the implementation and fix accordingly. (Test was disabled in #2432)

tatu-at-datastax commented 1 year ago

FWTW this test "fails to fail" locally, which would suggest timing issue of some kind. But increasing timeout does not appear to help with CI which suggests something else.