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

tests say they failed, but logs don't show errors, and app runs #86

Open
ToddG opened this issue Oct 13, 2012 · 2 comments
Open

tests say they failed, but logs don't show errors, and app runs #86

ToddG opened this issue Oct 13, 2012 · 2 comments
Labels

Comments

@ToddG
Copy link
Contributor

ToddG commented Oct 13, 2012

This seems to fail...

[todd@quebec-01 nodes (master)]$ ./rebar compile eunit ct skip_deps=true
==> api (compile)
==> worker (compile)
==> worker_master (compile)
==> nodes (compile)
==> api (eunit)
  All 94 tests passed.
==> worker (eunit)
  There were no tests to run.
==> worker_master (eunit)
  There were no tests to run.
==> nodes (eunit)
==> api (ct)
ERROR: erl  -noshell -pa "/home/todd/bin/my_shapesmith_fork/nodes/apps/api/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/meck/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/bear/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/protobuffs/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/proper/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/mochiweb/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/folsom/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/bcrypt/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/walrus/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/riakc/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/jiffy/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/webmachine/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/deps/lager/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/rebar" "/home/todd/bin/my_shapesmith_fork/nodes/." "/home/todd/bin/my_shapesmith_fork/nodes/apps/api/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/apps/worker/ebin" "/home/todd/bin/my_shapesmith_fork/nodes/apps/worker_master/ebin"  -name test@quebec-01 -logdir "/home/todd/bin/my_shapesmith_fork/nodes/apps/api/logs" -env TEST_DIR "/home/todd/bin/my_shapesmith_fork/nodes/apps/api/test"  -s ct_run script_start -s erlang halt   -dir test >> /home/todd/bin/my_shapesmith_fork/nodes/apps/api/logs/raw.log 2>&1 failed with error: 1 and output:
```bash

...but the raw.log doesn't show any errors, and the app seems to run fine.
@bjnortier
Copy link
Owner

Did common test run at all? Are there any log files in nodes/apps/api/logs?

@ToddG
Copy link
Contributor Author

ToddG commented Oct 13, 2012

The tests seemed to run. Here's a zip of the contents of nodes/apps/api/logs....

https://files.one.ubuntu.com/3AtkpE7QTr6Btd94yq1ruQ:ZMA0zaC5RleqjyTCvMCLEA

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

No branches or pull requests

2 participants