Skip to content
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

API test suite failures on develop as of ca48b59 #5686

Closed
pdurbin opened this issue Mar 26, 2019 · 5 comments
Closed

API test suite failures on develop as of ca48b59 #5686

pdurbin opened this issue Mar 26, 2019 · 5 comments
Milestone

Comments

@pdurbin
Copy link
Member

pdurbin commented Mar 26, 2019

As the screenshot below from https://build.hmdc.harvard.edu:8443/job/phoenix.dataverse.org-apitest-develop/344/testReport/ indicates, there are several API test suite failures on develop as of ca48b59 that we should fix before our next release, which is planned to be 4.12.

Screen Shot 2019-03-26 at 7 46 30 PM

@pdurbin pdurbin added this to the 4.12 milestone Mar 26, 2019
@pdurbin pdurbin changed the title API test suite failures on develop as of API test suite failures on develop as of ca48b59 Mar 26, 2019
@pdurbin
Copy link
Member Author

pdurbin commented Mar 26, 2019

I just updated the list of tests on phoenix from...

test -Dtest=DataversesIT,DatasetsIT,SwordIT,AdminIT,BuiltinUsersIT,UsersIT,UtilIT,ConfirmEmailIT,FileMetadataIT,FilesIT,SearchIT,InReviewWorkflowIT,HarvestingServerIT,MoveIT -Ddataverse.test.baseurl='http://phoenix.dataverse.org'

... to this...

test -Dtest=DataversesIT,DatasetsIT,SwordIT,AdminIT,BuiltinUsersIT,UsersIT,UtilIT,ConfirmEmailIT,FileMetadataIT,FilesIT,SearchIT,InReviewWorkflowIT,HarvestingServerIT,MoveIT,MakeDataCountApiIT -Ddataverse.test.baseurl='http://phoenix.dataverse.org'

... which is the list from https://github.com/IQSS/dataverse/blob/81f87013350af931c9e1e871606d3f5e56ef50de/conf/docker-aio/run-test-suite.sh and I am re-running the tests.

@pdurbin
Copy link
Member Author

pdurbin commented Mar 27, 2019

Bah, there's still some work to do on the "deploy" step for phoenix, as I commented about at #5649 (comment)

@pdurbin
Copy link
Member Author

pdurbin commented Mar 27, 2019

Ok, I fixed the deployment issue (the dvnapp database user needed more permission) and now we can see the Make Data Count error reported in #5662 by @pameyer (thanks!):

Screen Shot 2019-03-26 at 8 46 07 PM

This is from https://build.hmdc.harvard.edu:8443/job/phoenix.dataverse.org-apitest-develop/345/testReport/

@pameyer
Copy link
Contributor

pameyer commented Mar 27, 2019

This is a duplicate of #5662 (FilesIT hadn't been erroring out when the title went on that one); so feel free to close that one.

@pdurbin
Copy link
Member Author

pdurbin commented Mar 27, 2019

Please note that I've already fixed the make data count error by adding the following line to https://build.hmdc.harvard.edu:8443/job/phoenix.dataverse.org-build-develop/configure

scp src/test/java/edu/harvard/iq/dataverse/makedatacount/sushi_sample_logs.json phoenix.dataverse.org:/tmp/sushi_sample_logs.json

Here's a screenshot for more context:

Screen Shot 2019-03-27 at 4 15 26 PM

The rest of the fixes are in pull request #5692

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants