rajvarun77 commented on PR #3323: URL: https://github.com/apache/brpc/pull/3323#issuecomment-4608669555
### Log verification: Redis integration tests run in `clang-unittest`, filtered under ASan Confirmed from the full job logs of fork run [26858989158](https://github.com/rajvarun77/brpc/actions/runs/26858989158): **`clang-unittest` (non-ASan)** — the integration tests run against a real, forked `redis-server` (port 6479, *Ready to accept connections*). All 14 `RedisTest` cases pass and there is **no** `Skipped due to absence of redis-server` message, i.e. none of the 5 client tests early-returned:  **`clang-unittest-asan`** — the `GTEST_FILTER` excludes only the 5 racy integration tests, so the binary reports **`Running 9 tests`** (14 − 5) and the codec/server cases still run under ASan; `sanity`, `keys_with_spaces`, `incr_and_decr`, `by_components`, `auth` are absent:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
