public function releaseRandomPassBuildLock()
 {
     $this->db->unlockTables();
 }
 public function releaseUserTestResultUpdateLock()
 {
     $this->db->unlockTables();
 }