girder / covalic

Application for hosting challenges
http://challenge.kitware.com
8 stars 3 forks source link

Add tests for submission model and endpoints #238

Closed jbeezley closed 6 years ago

jbeezley commented 6 years ago

This is in preparation for the changes I'm about to make to the submission endpoints to support multiple approaches per user to ensure I don't break existing behavior.

brianhelba commented 6 years ago

@zachmullen @msmolens Do either of you have time to look at this?

msmolens commented 6 years ago

I'm hitting various errors while provisioning. @jbeezley have you successfully provisioned this recently?

jbeezley commented 6 years ago

I set it up locally. I can give the provisioning a try. One likely issue is the node version is too old for some of our build requirements.

msmolens commented 6 years ago

Thanks. Some of the problems I encountered using Ansible 2.5 were:

jbeezley commented 6 years ago

Yeah, I installed ansible==2.2.2.0, which worked. I'm trying to work through the mongo role at the moment.

jbeezley commented 6 years ago

I was able to get it working by changing the box to ubuntu/xenial64. I had to ssh in and install python-minimal first, but then the build completed successfully.