rajvarun77 opened a new pull request, #3318:
URL: https://github.com/apache/brpc/pull/3318

   Installs `mysql-server` in the two make-based Linux unittest jobs 
(`clang-unittest`, `clang-unittest-asan`) so the MySQL auth handshake 
integration test can run in CI instead of self-skipping. The test (added in 
#3310) brings up a throwaway `mysqld` via the `which`-then-spawn pattern from 
`test/brpc_redis_unittest.cpp`; this step symlinks `mysqld` onto PATH and stops 
the system service so the test owns the default port. Split out of #3310 to 
keep that PR's diff to the codec + tests. Depends on #3310 landing first (the 
test it enables ships there); harmless until then — it just installs an unused 
package.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
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]

Reply via email to