Conversation
|
GitHub Actions has deprecated the Ubuntu 20.04 runner image ( ubuntu-20.04 ). The deprecation process began on February 1, 2025, and the image became fully unsupported on April 1, 2025. |
ebf63cd to
6ef8997
Compare
ignore grpc test case fix test case resume ci.yml try to fix old unit test code
When using etcd's
cli:readdir, if the value in this path is too large (by default: exceeding 4MB), you will encounter thefollowing error:
Therefore, we need to read this directory in batches.
This commit also fixes some testing bugs in continuous integration, update ci image from ubuntu-20.04 to ubuntu-22.04.