mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
fix/flaky-prom-gateway-test: **Refactor gRPC Test Assertions in `grpc.rs`** - Updated test assertions for `test_prom_gateway_query` to improve clarity and maintainability. - Replaced direct comparison with expected `PrometheusJsonResponse` objects with individual field assertions. - Added sorting for `vector` and `matrix` results to ensure consistent test outcomes.