REGTESTS: server: fix dynamic server with checks test
Add a missing 'rxreq' statement in first server. Without it the test is unstable. The issue is frequent when running with one thread only. This should fix github issue #1342.
This commit is contained in:
parent
414a612bb3
commit
a026783bd7
|
@ -8,6 +8,7 @@ barrier b1 cond 2 -cyclic
|
||||||
barrier b2 cond 2 -cyclic
|
barrier b2 cond 2 -cyclic
|
||||||
|
|
||||||
server s1 {
|
server s1 {
|
||||||
|
rxreq
|
||||||
txresp
|
txresp
|
||||||
} -start
|
} -start
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue