Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Failing Tests #22

Open
mslinn opened this issue May 2, 2014 · 7 comments
Open

Failing Tests #22

mslinn opened this issue May 2, 2014 · 7 comments
Assignees
Labels

Comments

@mslinn
Copy link
Contributor

mslinn commented May 2, 2014

I just ran sbt test on the develop branch, and got:

[info] Run completed in 54 seconds, 301 milliseconds.
[info] Total number of tests run: 9
[info] Suites: completed 9, aborted 0
[info] Tests: succeeded 6, failed 3, canceled 0, ignored 0, pending 0
[info] *** 3 TESTS FAILED ***
[error] Failed tests:
[error]     awscala.EC2Spec
[error]     awscala.DynamoDBV2Spec
[error] (test:test) sbt.TestsFailedException: Tests unsuccessful
[error] Total time: 200 s, completed May 1, 2014 10:49:17 PM

Is anything else supposed to be running in order for these tests to work, or are there configurations, permissions or configurations required... or are these actually broken tests?

@seratch seratch added the bug label May 2, 2014
@seratch seratch self-assigned this May 2, 2014
@seratch
Copy link
Owner

seratch commented May 2, 2014

Maybe some tests are broken... Since it's difficult to run this library's tests on Travis CI, I don't know when tests was broken.

@Rheeseyb
Copy link
Collaborator

Rheeseyb commented May 2, 2014

wrt awscala.DynamoDBV2Spec, you have to run a local dynamodb instance - see http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html for more info. I've just done a git pull and run that test on the develop branch to verify it still passes and it does.

I have no idea about awscala.EC2Spec however.

@mslinn
Copy link
Contributor Author

mslinn commented May 2, 2014

Thanks! A comment like this on the test might be helpful, or even a short testing section in the README: "You have to run a local dynamodb instance - see http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html for more info."

@Rheeseyb
Copy link
Collaborator

Rheeseyb commented May 2, 2014

Yeah, sorry, I thought I had! I've just added a comment to the README: d725145

@seratch
Copy link
Owner

seratch commented May 2, 2014

@mslinn @Rheeseyb

I just added you all to collaborators. Feel free to merge PRs and update develop branch!

Recently I'm not active on this project but I'm the owner of this project and have permission to publish to sonatype repos. When we need to release new version, frankly ping me.

@mslinn
Copy link
Contributor Author

mslinn commented May 2, 2014

Thank you, I'm working on adding CloudFront (https://github.com/mslinn/AWScala). Will issue a PR when ready. I also cleaned up some other things.

I do not understand what the problem is re. SBT 0.13.2.-M3, or I would have fixed it. Hopefully someone else can do that.

@seratch
Copy link
Owner

seratch commented May 2, 2014

I do not understand what the problem is re. SBT 0.13.2.-M3, or I would have fixed it. Hopefully someone else can do that.

@mslinn Fixed. Sorry for having borthered you.

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

No branches or pull requests

3 participants