Dan Wang

Results 53 issues of Dan Wang

Resolve https://github.com/apache/incubator-pegasus/issues/2330.

github

hadolint/[email protected] is disallowed as following error: ``` The action hadolint/[email protected] is not allowed in apache/incubator-pegasus because all actions must be from a repository owned by your enterprise, created by GitHub,...

While running release tests for `pegasus_rproxy_test`, `proxy.connection` failed occasionally: ``` [ RUN ] proxy.connection /__w/incubator-pegasus/incubator-pegasus/src/redis_protocol/proxy_ut/redis_proxy_test.cpp:570: Failure Expected equality of these values: resp Which is: "$4\r\nbar3\r\n" got_reply Which is: "$4\r\nbar2\r\n" With...

unit-test

While running ASAN tests for `dsn_rpc_tests`, `NetProviderTest.AsioNetProvider` failed occasionally due to segmentation fault: ``` [ RUN ] NetProviderTest.AsioNetProvider D2025-09-23 05:06:53.275 (1758604013275032412 272) client.THREAD_POOL_DEFAULT0.0001060856987649: skip interface(lo), address(1.0.0.127) I2025-09-23 05:06:53.275 (1758604013275046899 272)...

unit-test

# Motivation Currently, when the meta server connects to ZooKeeper via SASL, the password is stored directly in a plain text file. However, in production environments with high security requirements,...

type/enhancement