We should not display DBI warnings from tests when they are expected.
Created attachment 107874 [details] [review] Bug 26157: Hide expected DBI warnings from tests We must redirect them to /dev/null if we know they will appear. Test plan: prove the different test files and confirm that the output is clean when this patch is applied
Created attachment 108802 [details] [review] Bug 26157: Hide expected DBI warnings from tests We must redirect them to /dev/null if we know they will appear. Test plan: prove the different test files and confirm that the output is clean when this patch is applied Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Ah, the peace and quiet :) SO
Created attachment 108921 [details] [review] Bug 26157: Hide expected DBI warnings from tests We must redirect them to /dev/null if we know they will appear. Test plan: prove the different test files and confirm that the output is clean when this patch is applied Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 20.11, thanks to everybody involved!
enhancement will not be backported to 20.05.x
Created attachment 109819 [details] [review] Bug 26157: Correct two occurrences We don't want to hide the warnings for all tests
Last patch pushed to master for 20.11
enhancement not backported to 19.11.x Note: It looks like the second patch was backported to 20.05.x