Comment 0 for bug 1039638

Revision history for this message
Aaron Bentley (abentley) wrote : Scans of ~canonical-hw-cert/checkbox-editor/trunk oops with a database error

A scan of ~canonical-hw-cert/checkbox-editor/trunk failed with OOPS-20a29e8a7bf4295727dddba3ddb75792

This is a database error, "current transaction is aborted, commands ignored until end of transaction block", which means we don't see the root cause.

The database error is happening because we try to unlock an advisory lock when the current transaction is in a failed state. Instead, we should abort the transaction. Once the masking error is dealt with, we may be able to determine the root cause.