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

Fix #60 by ensuring we are loading existing resources instead of call… #63

Closed
wants to merge 2 commits into from

Conversation

tdonohue
Copy link
Member

Fixes #60

Adds a new load() method to FedoraResourceServiceBase, and implements for both Containers and Binaries. This load() method is called when the resource already exists. Previously, we were calling create() on existing resources, and this resulted in a new "created" date being added every time the resource was accessed.

This PR also fixes a minor issue in the .gitignore. It was accidentally ignoring the gradle-wrapper.jar which is distributed with this project.

@tdonohue
Copy link
Member Author

Travis seems to not like our LambdoraLdpIT integration test class. It's not the fault of this PR it seems (as this is the first PR to build in our new Travis). The master branch also fails in Travis, see: https://travis-ci.org/duraspace/lambdora/builds/300342798

I recall that, when LambdoraLdpIT was added in #44, @awoods noted he seemed to see local test failures as well. I'm now starting to wonder if Travis is having that same issue.

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

Successfully merging this pull request may close these issues.

Multiple "created" triples per resource
1 participant