DAL: Make the test suit more resilient to parameter changes
What
On !11883 (merged) we realize that changes the current values for parameters makes many DAL tests fail. We aim to make them more resilient here.
Why
To change parameters in the future
How
Test by test, we either hard-code parameters, or make them more generic.