| Summary: | Redirect expected DBI warnings | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | aleisha, lucas, martin.renvoize |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
20.11.00
|
|
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 40444 | ||
| Attachments: |
Bug 26157: Hide expected DBI warnings from tests
Bug 26157: Hide expected DBI warnings from tests Bug 26157: Hide expected DBI warnings from tests Bug 26157: Correct two occurrences |
||
|
Description
Jonathan Druart
2020-08-06 11:03:32 UTC
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 |