Issue: Test case to create a table without MDL protection is not deterministic.
Fix: --lock-ddl-per-table is deprecated on 8.0 branch. Removing the portion related to MDL lock from test case.
Marcelo Altmann October 29, 2020 at 3:55 PM
- This test will require re-work. The synchronization used here to provoke an error on backup is not deterministic. However, this is only related to --lock-ddl-per-table which we have deprecated at PXB 8.0.22 () . It It works on 2.4 . Shall we remove the part of the test related to --lock-ddl-per-table on 8.0 instead of investing time fixing it?