BewareMyPower commented on issue #6732: Auto update topic partitions for C++ client URL: https://github.com/apache/pulsar/pull/6732#issuecomment-615895321 Hi, @codelipenghui @merlimat @jiazhai @sijie , could you help me with the failure of unit tests? I've only changed files under `pulsar-client-cpp` directory, but there're some unrelated tests that can't pass: - Integration - Process / process - Unit - Adaptors / unit-tests - Unit - Broker Auth SASL / unit-tests - Unit - Flaky / unit-test-flaky - Unit - Proxy / unit-tests - Unit / unit-tests They all failed with `No space left on device`. It seems like Github Actions' problem. Failure message of `Integration - Process / process`: > [ERROR] Error processing tar file(exit status 1): write /pulsar/connectors/pulsar-io-redis-2.6.0-SNAPSHOT.nar: no space left on device > [ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.13:build (default) on project pulsar-all-docker-image: Could not build image: Error processing tar file(exit status 1): write /pulsar/connectors/pulsar-io-redis-2.6.0-SNAPSHOT.nar: no space left on device -> [Help 1] The other tests: > [ERROR] Failed to execute goal on project bc_2_0_1: Could not resolve dependencies for project org.apache.pulsar.tests:bc_2_0_1:jar:2.6.0-SNAPSHOT: Could not transfer artifact org.apache.pulsar:pulsar-client:jar:2.0.1-incubating from/to central (https://repo1.maven.org/maven2): GET request of: org/apache/pulsar/pulsar-client/2.0.1-incubating/pulsar-client-2.0.1-incubating.jar from central failed: No space left on device -> [Help 1] I tried to rollback to the older commit that has passed these tests before, or run failure checks again, but the error still happens. How should I deal with it? Should I close this PR and open a new PR?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
