From 4829dc7658f114c068d27c328b0d4e258af854ed Mon Sep 17 00:00:00 2001 From: Jorge Camarero Vera <jorge.camarero@cern.ch> Date: Thu, 29 Sep 2022 15:11:40 +0200 Subject: [PATCH] Resolve "Fix oracle dbunittests" --- .gitlab/ci/kube-tests.gitlab-ci.yml | 2 +- ReleaseNotes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/kube-tests.gitlab-ci.yml b/.gitlab/ci/kube-tests.gitlab-ci.yml index 27d17cf018..cd4220c281 100644 --- a/.gitlab/ci/kube-tests.gitlab-ci.yml +++ b/.gitlab/ci/kube-tests.gitlab-ci.yml @@ -78,7 +78,7 @@ dbunittests-oracle: - tags variables: TEST_SCRIPT: "/usr/bin/true" - EXTENDED_OPTIONS: "-O -D -t 600 -C" + EXTENDED_OPTIONS: "-O -D -U -t 600 -C" liquibase-update: stage: test diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 96daf483aa..a128f03747 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -4,6 +4,7 @@ ### Bug fixes - cta/CTA#160 - Improve DB access to get all the Tape Drive States - cta/CTA#164 - Cppcheck job is not failing when there are errors +- cta/CTA#165 - Fix oracle dbunittests # v4.7.11-1 -- GitLab