Skip to content

Commit 82a5e14

Browse files
committed
Merge branch 'main' of github.com:performancecopilot/pcp
2 parents 32ab9ed + a51b837 commit 82a5e14

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

qa/1602

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ _filter_redis()
5454
_filter_redis_err()
5555
{
5656
sed \
57-
-e 's;/ERR syntax error;expected error;' \
58-
-e 's;Parse command error.*$;expected error;'
57+
-e 's;ERR syntax error;expected error;' \
58+
-e 's;Parse command error.*;expected error;'
5959
}
6060

6161
# real QA test starts here
@@ -120,7 +120,7 @@ echo "== redis-cli handle errors 2"
120120
redis-cli -p $proxyport set foo bar baz | _filter_redis_err
121121
echo
122122
echo "== redis-cli nonexistant key"
123-
redis-cli -p $proxyport get abc | _filter_redis_err
123+
redis-cli -p $proxyport get abc
124124
echo
125125

126126
# check key distribution

qa/1602.out

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ expected error
5454

5555

5656
== redis-cli nonexistant key
57-
expected error
5857

5958

6059
== redis cluster key distribution

0 commit comments

Comments
 (0)