Commit 93e58f11 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Fix test cases after Begin and Link changes

parent 0d28c61c
...@@ -16,10 +16,10 @@ logexpect l1 -v v1 -g session { ...@@ -16,10 +16,10 @@ logexpect l1 -v v1 -g session {
expect 0 = End expect 0 = End
expect 0 * Begin "req 1000" expect 0 * Begin "req 1000"
expect 0 = ReqMethod GET expect 0 = ReqMethod GET
expect 0 = ReqURL / expect 0 = ReqURL /
expect 0 = ReqProtocol HTTP/1.1 expect 0 = ReqProtocol HTTP/1.1
expect * = ReqHeader "Foo: bar" expect * = ReqHeader "Foo: bar"
expect * = Link bereq expect * = Link bereq
expect * = ReqEnd expect * = ReqEnd
expect 0 = End expect 0 = End
...@@ -29,7 +29,7 @@ logexpect l1 -v v1 -g session { ...@@ -29,7 +29,7 @@ logexpect l1 -v v1 -g session {
} -start } -start
# Check with a query (this selects only the backend request) # Check with a query (this selects only the backend request)
logexpect l2 -v v1 -g vxid -q "Begin eq 'bereq 1001'" { logexpect l2 -v v1 -g vxid -q "Begin ~ 'bereq 1001'" {
expect 0 1002 Begin expect 0 1002 Begin
expect * = End expect * = End
} -start } -start
......
...@@ -20,7 +20,7 @@ client c1 { ...@@ -20,7 +20,7 @@ client c1 {
} -run } -run
# Test 'eq' operator # Test 'eq' operator
logexpect l1 -d 1 -g vxid -q "Begin eq 'req 1000'" { logexpect l1 -d 1 -g vxid -q "Begin eq 'req 1000 rxreq'" {
expect 0 * Begin req expect 0 * Begin req
expect * = ReqEnd expect * = ReqEnd
expect * = End expect * = End
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment