HeTao

Results 19 comments of HeTao

I use the nfs version 4 volume, this is the part of docker-compose.yml ```yml services: milvus: image: milvusdb/milvus:v2.4.8 networks: - network command: ["milvus", "run", "standalone"] environment: ETCD_ENDPOINTS: etcd:2379 MINIO_ADDRESS: minio:9000...

I think may be the error type 2: 1. do not catch exception THROWLOCALERROR(SegcoreError) 2. why the dir is not empty and to remove ```c++ void LocalChunkManager::RemoveDir(const std::string& dir) {...

I change the nfs to local volume, and not restart to now.

https://github.com/hetao29/php-mysql-replication/commit/418625f36dcdb9b3fcbb24e94783556a26ee8d6d

> Any status of this PR or is there some other php 8.4 fixes in the works? My project used this pr in product env.

> tests are failing > > There were 2 failures: > > 1. MySQLReplication\Tests\Unit\BinaryDataReader\BinaryDataReaderTest::testShouldReadInt64 > Failed asserting that -72057589759737856 is identical to '-72057589759737856'. > > /home/runner/work/php-mysql-replication/php-mysql-replication/tests/Unit/BinaryDataReader/BinaryDataReaderTest.php:138 > > 2. MySQLReplication\Tests\Unit\BinaryDataReader\BinaryDataReaderTest::testShouldPack64bit...

At present, the main problem is that there are some problems with the test cases in tests. I have taken a look at it and it is quite complicated. I...

> 看 https://pay.weixin.qq.com/doc/v2/merchant/4011939840 文档的参数事例,返回值有 `sign`,`xml` 例子没有,需要实测校准一下到底有没有`sign`字典返回。。。 修改这2行后,已经测试完,可以提现到银行卡并查询提现结果; 如果不修改,会报错,显示“GuzzleHttp\Promise\RejectionException The promise was rejected”