Open asthamohta opened 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 52.93%. Comparing base (
1bef5ff
) to head (bdd8da5
). Report is 12 commits behind head on main.
🚨 Try these New Features:
The End-to-End test checks for multiple conditions at the same time in the same table unlike other tests. It checks for, for examples FK,Column Rename+,tables dropped,Indexes etc, all on the same table
multiple conditions at the same time in the same table unlike other tests. It checks for, for examples FK,Column Rename+,tables dropped,Indexes etc, all on the same table
How does that add any additional value v/s checking these operations on a different sets of tables?
It's not clear to me what is the definition of end-to-end..
Can we define this please?
In our existing ITs we test for column rename and DLQ handling for FK/Interleaving separately. We had a bug in our template where the DLQ handling was not happening properly when the columns are renamed, and it dint get caught through ITs. So, we wanted to add one IT which covers all the cases simultaneously.
Tests added: