]> git.koha-community.org Git - koha.git/commit
Bug 29754: (QA follow-up) Minor tests tweaks
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 7 Feb 2022 11:58:43 +0000 (08:58 -0300)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Fri, 18 Mar 2022 00:00:21 +0000 (01:00 +0100)
commit97a59bd8d32f887c6dab710f04592dcadf01e0e6
treed6b24a5a3f04f53496b04a5b51de1322e7ede920
parent727376cdca32627ba0fb43fd2c5a885639855dd2
Bug 29754: (QA follow-up) Minor tests tweaks

This patch does two things:

- Wraps the new SIP tests in a single transaction. We do that to avoid
  sub-test interference, specially when test files get big. The provided
  tests are correct and don't require previous tests data.
- Migrated from the introduced 'diag' calls to 'note', as I just learned
  they are the same, but 'note' is only displayed when in verbose mode.
  Which is great to avoid unnecessary noise in Jenkins.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 0f0bfcad7c1cfd2ce9baff8ed3cd6208bfe52b04)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
(cherry picked from commit 190c925997f75c013627317045dbd9030ca9075a)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
t/db_dependent/Koha/Patron.t
t/db_dependent/SIP/Patron.t