Open mbruzek opened 9 years ago
As an aside, a better way to access running units is to use the following notation:
status1 = self.deployment.sentry['etcd'][0].run('service etcd status')
status2 = self.deployment.sentry['etcd'][1].run('service etcd status')
This will always get the first and second unit, where unit numbers may have drifted or not consistent
@marcoceppi wasn't this issue released/fixed with the latest amulet release? Also thanks for the pointer on unit accessors. I'll update the tests to reflect this pattern.
The etcd charm fails in automated testing on an add_unit() amulet call on Azure.
A timeout is being reached and there appears to be no way to add timeout to add_unit()
Here is the log file with the error:
Here is the code that is running that test.