mirror of
https://github.com/hengyoush/kyanos.git
synced 2025-12-20 01:03:46 +08:00
test: add redis e2e test
This commit is contained in:
6
testdata/common.sh
vendored
6
testdata/common.sh
vendored
@@ -42,9 +42,9 @@ function check_patterns_in_file_with_last_lines() {
|
||||
|
||||
function check_time_detail_completed_with_last_lines() {
|
||||
filename=$1
|
||||
check_patterns_not_in_file "$filename" '\-0\.000' $2
|
||||
check_patterns_not_in_file "$filename" '1970\-01' $2
|
||||
check_patterns_not_in_file "$filename" 'count]=0' $2
|
||||
check_patterns_not_in_file_with_last_lines "$filename" '\-0\.000' $2
|
||||
check_patterns_not_in_file_with_last_lines "$filename" '1970\-01' $2
|
||||
check_patterns_not_in_file_with_last_lines "$filename" 'count]=0' $2
|
||||
}
|
||||
|
||||
function check_time_detail_completed() {
|
||||
|
||||
Reference in New Issue
Block a user