Re: [ovs-dev] Error at ovsdb-cluster.at:204

2018-11-12 Thread Ben Pfaff
I'm having some trouble reproducing this... I'd like to, though, because the Raft implementation needs to be reliable. Do you have any more advice? On Mon, Nov 05, 2018 at 04:28:22PM -0800, Ashish Varma wrote: > Not sure if this is reported before. I am seeing failure (not always) at > the

[ovs-dev] Error at ovsdb-cluster.at:204

2018-11-05 Thread Ashish Varma
Not sure if this is reported before. I am seeing failure (not always) at the following line when running the test ten times in the main branch: i=10;while [ $i -gt 0 ]; do make check TESTSUITEFLAGS='2485' | grep "2485: OVSDB 3-server torture test"; i=$((i-1)); done 2485: OVSDB 3-server torture