Re: [kernel-dev] Regression in Mg SR1
JamO Luhrsen
On 5/1/20 1:01 PM, Luis Gomez wrote:
here's the revert: https://git.opendaylight.org/gerrit/c/controller/+/89554
This one seems easiest to try to debug. The gist of the problem is this: - bring up older controller version and do some configs - copy snapshots/ and *journal/ folders off to new controller version - start new controller version - notice that the data/config is not there (404 on cars:cars) That's all I have though, by looking at the robot logs. Looking at the karaf log, it's weirdly silent after the new controller boots up like normal. All that's there are the two log statements we write to it from robot: 2020-05-01T01:47:57,330 | INFO | pipe-log:log "ROBOT MESSAGE: Starting test controller-akka1.txt.Verify_Data_Is_Restored" | core | 123 - org.apache.karaf.log.core - 4.2.6 | ROBOT MESSAGE: Starting test controller-akka1.txt.Verify_Data_Is_Restored 2020-05-01T01:51:01,859 | INFO | pipe-log:log "ROBOT MESSAGE: Starting test controller-akka1.txt.Archive_Older_Karaf_Log" | core | 123 - org.apache.karaf.log.core - 4.2.6 | ROBOT MESSAGE: Starting test controller-akka1.txt.Archive_Older_Karaf_Log The bgp jobs seem to be even more broken though. More ERRORs,
etc. Not sure Did snapshot change? I know journal did, but we addressed that here: https://git.opendaylight.org/gerrit/c/integration/test/+/88658 Once the revert I created gives me a distribution, I'll run it through these four jobs in the sandbox. If those all pass like expected, and we don't get any quick fix on the CSIT side, it might make sense to merge the revert and get moving on a new release candidate. Thanks, JamO
|
|