Home | History | Annotate | Download | only in common_lib

Lines Matching refs:BarrierError

55         self.assertRaises(error.BarrierError,
104 # BarrierError since we are specifying a timeout of 0
105 self.assertRaises(error.BarrierError,
117 # BarrierError since we are asking to abort
118 self.assertRaises(error.BarrierError,
125 # BarrierError since we are specifying a timeout of 0
132 # BarrierError since we are specifying a timeout of 0
133 self.assertRaises(error.BarrierError,
146 # BarrierError since we are asking to abort
147 self.assertRaises(error.BarrierError,
180 except error.BarrierError: