Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
ac479e14
Commit
ac479e14
authored
Sep 24, 2019
by
Steven Murray
Browse files
Added valgrind test of /usr/bin/cta-rdbmsUnitTests for MySQL
parent
e1fb5047
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ac479e14
...
...
@@ -192,6 +192,7 @@ dbunittests_mysql:
-
echo 'mysql://cta@localhost:3306/cta' > ${CTA_CATALOGUE_CONF}
-
/usr/bin/cta-catalogue-schema-create ${CTA_CATALOGUE_CONF}
-
/usr/bin/cta-rdbmsUnitTests ${CTA_CATALOGUE_CONF}
-
valgrind /usr/bin/cta-rdbmsUnitTests ${CTA_CATALOGUE_CONF}
-
kill `ps -ef | egrep '^mysql.*/usr/libexec/mysqld' | awk '{print $2;}'`
tags
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment