Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
Description
CSIT is sporadically failing when finding that basic-rpc-test ownership has changed from
it's current owner to some new owner after bringing back an isolated node. The expectation
is that no ownership should change when a new node is re-joined to the cluster.
the above example was run with debugs enabled for
controller.cluster.datastore.entityownership:DEBUG
Note the reproduction above ran this test suite 8 times, but it only failed once.
In order to extract just the portion of logs from the single test suite that failed, you can run
this command:
sed -n "/16.59.*ROBOT MESSAGE: Starting suite/,/restart_odl_with_tell_based_false/p" odl1_karaf.log
the main piece to that command is the 16.59 which is taken from a timestamp I found
that will be seen in all of the karaf logs for that specific suite's start point.
Attachments
| # | Subject | Branch | Project | Status | CR | V |
|---|---|---|---|---|---|---|
| 78848,2 | Remove check for leadership change | master | integration/test | Status: MERGED | +2 | +1 |
| 79159,2 | Remove check for ownership change | master | integration/test | Status: MERGED | +2 | +1 |