-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests failing on jenkins.dataverse.org/job/IQSS-dataverse-develop #6366
Closed
Milestone
Comments
Merged
donsizemore
added a commit
to uncch-rdmc/dataverse
that referenced
this issue
Nov 13, 2019
donsizemore
added a commit
to uncch-rdmc/dataverse
that referenced
this issue
Nov 13, 2019
donsizemore
added a commit
to uncch-rdmc/dataverse
that referenced
this issue
Nov 13, 2019
This was my stupidity and may be safely closed. |
@donsizemore no, no, my fault for merging IQSS/dataverse-ansible#130 without testing or thinking it through. I summarized our conversation to @kcondon yesterday. I see you're working away on a branch so we can talk more there. Closing. Thanks again! |
donsizemore
added a commit
to uncch-rdmc/dataverse
that referenced
this issue
Nov 15, 2019
donsizemore
added a commit
to uncch-rdmc/dataverse
that referenced
this issue
Nov 15, 2019
donsizemore
added a commit
to uncch-rdmc/dataverse
that referenced
this issue
Nov 15, 2019
donsizemore
added a commit
to uncch-rdmc/dataverse
that referenced
this issue
Nov 15, 2019
donsizemore
added a commit
to uncch-rdmc/dataverse
that referenced
this issue
Nov 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We had two failures late yesterday on the IQSS-dataverse-develop job on https://jenkins.dataverse.org
I just ran the tests on phoenix (first time in 12 days) and they passed: https://build.hmdc.harvard.edu:8443/job/phoenix.dataverse.org-apitest-develop/443/
job 249
https://jenkins.dataverse.org/job/IQSS-dataverse-develop/249/consoleFull has this failure:
fatal: [localhost]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'jdbcurl'\n\nThe error appears to have been in '/home/centos/dataverse/tasks/dataverse-install.yml': line 27, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: set jdbcurl\n ^ here\n"}
I'm hoping the fix is to add the following line to tests/jenkins/groupvars.yml which is probably required due to me merging IQSS/dataverse-ansible#130 (without testing it, sorry):
job 250
https://jenkins.dataverse.org/job/IQSS-dataverse-develop/250/consoleFull has a different failure:
TASK [dataverse : build warfile with specified tests. tail /tmp/dataverse/mvn.out for gory details.] ***
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "mvn -DcompilerArgument=-Xlint:unchecked test -P all-unit-tests -T 2C package > mvn.out", "delta": "0:01:06.085942", "end": "2019-11-12 22:19:24.735007", "msg": "non-zero return code", "rc": 1, "start": "2019-11-12 22:18:18.649065"
I'm not sure what the fix is for job 250.
The text was updated successfully, but these errors were encountered: