guscarreon
guscarreon
A Json test in our codebase sometimes fails and sometimes passes. This is probably due to the nested struct arrays `root.seatbid[i].bid[j]` because the same thing happens with another JSON test...
We discovered a bug in our end-to-end auction endpoint test framework called from `TestJsonSampleRequests`. The issue is that we are not asserting the `response.seatbid[i].bid[j].ext` fields of the JSON tests that...
Test `TestShutdownFlush` sometimes fails the `AssertCalled()` check when run from the `validate.sh` script due to a race condition that the `time.Sleep()` call in line 697 is unable to avoid if...
Changing `adapter_connection_dial_metrics` to `adapter_connections_dial_metrics` (notice the extra "s" in "connections") in order to standarize with `adapter_connections_metrics`