This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 479338de Remove 'ps aux' command from kvrocks2redis test in CI (#2337)
479338de is described below
commit 479338deddfba1dee8f8d36ad32c1528b860e3da
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed May 29 12:23:58 2024 +0300
Remove 'ps aux' command from kvrocks2redis test in CI (#2337)
---
.github/workflows/kvrocks.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 7cccab07..270d4e70 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -329,7 +329,6 @@ jobs:
sleep 10s
python3 utils/kvrocks2redis/tests/populate-kvrocks.py --password=""
--flushdb=true
sleep 10s
- ps aux
python3 utils/kvrocks2redis/tests/check_consistency.py
--src_password=""
- name: Find reports and crashes