Skip to:
Hi,Here is the case.Running pmm test suite against PXC:
First run:
Second run:
Trying to remove manually:
But it is not shown in check-network output:
Also there is no orphaned instances as well:
This is complicated situation also make inconsistent test runs where the rm --all did not wipe all clients to have clean server.
Thanks for VagrantFileI will add this to percona-qa/pmm-tests
If you are interested in Vagrantfile for pmm-testsuite: https://gist.github.com/arvenil/6527ec90b8d14eb737201956ba24fa1f
I fixed it, my fault, left `panic` in the code:/By design code was catching panics leading to state where app was hanging forever.
removed panic
removed in-house sync code in favor of stdlib
removed panic recovery for this func
works and has less code.
Before:
After:
-I downgraded this to Low. I also don't see it blocking 1.3.0 release. Please let me know if you feel otherwise.
Thx for attention on it, and to you for identifying.
Hi I have tested with 1.2.0 there is no such issue.
Hi,
Here is the case.
Running pmm test suite against PXC:
First run:
Second run:
Trying to remove manually:
But it is not shown in check-network output:
Also there is no orphaned instances as well:
This is complicated situation also make inconsistent test runs where the rm --all did not wipe all clients to have clean server.