empiredan opened a new issue, #1529:
URL: https://github.com/apache/incubator-pegasus/issues/1529

   `throttle_test` failed frequently as following error:
   
   ```
   start test, on set test / throttle by size / 50kb value size
   
/__w/incubator-pegasus/incubator-pegasus/src/test/function_test/throttle_test/test_throttle.cpp:309:
 Failure
   Value of: last_error == PERR_OK || last_error == PERR_APP_BUSY
     Actual: false
   Expected: true
   -107
   /__w/incubator-pegasus/incubator-pegasus/src/test_util/test_util.cpp:92: 
Failure
   Failed
   Timed out waiting for assertion to pass.
   
/__w/incubator-pegasus/incubator-pegasus/src/test/function_test/throttle_test/test_throttle.cpp:523:
 Failure
   Expected: start_test(plan) doesn't generate new fatal failures in the 
current thread.
     Actual: it does.
   [  FAILED  ] throttle_test.test (625101 ms)
   [----------] 1 test from throttle_test (625101 ms total)
   
   [----------] Global test environment tear-down
   [==========] 1 test from 1 test case ran. (625101 ms total)
   [  PASSED  ] 0 tests.
   [  FAILED  ] 1 test, listed below:
   [  FAILED  ] throttle_test.test
   
    1 FAILED TEST
   dsn exit with code 1
   ```
   
   This resulted from insufficient disk space:
   ```
   2023-06-12 20:21:38.28 (1686572498028082022 60602) 
replica.default0.0000ec3900010001: fs_manager.cpp:188:update_disk_stat(): 
update disk space succeed: dir = /data/onebox/replica1/data/replica/reps, 
capacity_mb = 204700, available_mb = 7750, available_ratio = 4%, disk_status = 
replication::disk_status::SPACE_INSUFFICIENT
   ```


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