globocom / globocom/derpconf

Tests fail once in a while even with no changes

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
31
Forks
12
PR merge metrics
No merged PRs in 30d

Description

I ran `make test` and it failed, and then I ran it more a couple of times and it succeeded. Shell output follows:

``` shell

$ make test
WARNING:root:Option STORAGE_ALIAS_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option OTHER_ENGINE is marked as deprecated please use ENGINE instead.
WARNING:root:Option STORAGE_ALIAS_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option STORAGE_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option OTHER_ENGINE is marked as deprecated please use ENGINE instead.
WARNING:root:Option LOADER_ALIAS is marked as deprecated please use LOADER instead.

============
Vows Results
============

Configuration
When verifying
✗ should be lengthy
Expected topic([('UBERFOO', 'baz'), ('some_key', 'default')]) to have 1 of length, but it has 2

found in /Users/hugo/projects/derpconf/vows/config_vows.py at line 125

✗ OK » 21 honored • 1 broken (0.006755s)

make: *** [test] Error 1

$ make test
WARNING:root:Option STORAGE_ALIAS_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option OTHER_ENGINE is marked as deprecated please use ENGINE instead.
WARNING:root:Option STORAGE_ALIAS_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option STORAGE_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option OTHER_ENGINE is marked as deprecated please use ENGINE instead.
WARNING:root:Option LOADER_ALIAS is marked as deprecated please use LOADER instead.

============
Vows Results
============

Configuration
When verifying
✗ should be lengthy
Expected topic([('UBERFOO', 'baz'), ('some_key', 'default')]) to have 1 of length, but it has 2

found in /Users/hugo/projects/derpconf/vows/config_vows.py at line 125

✗ OK » 21 honored • 1 broken (0.006917s)

make: *** [test] Error 1

$ make test
WARNING:root:Option STORAGE_ALIAS_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option OTHER_ENGINE is marked as deprecated please use ENGINE instead.
WARNING:root:Option LOADER_ALIAS is marked as deprecated please use LOADER instead.
WARNING:root:Option STORAGE_ALIAS_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option STORAGE_ALIAS is marked as deprecated please use STORAGE instead.
WARNING:root:Option OTHER_ENGINE is marked as deprecated please use ENGINE instead.

============
Vows Results
============

✓ OK » 22 honored • 0 broken (0.006623s)

=============
Code Coverage
=============

✗ derpconf/version 0.0% 11
✗ derpconf/config ••••••••••••••••••••••••••••••• 62.6% 97, 100, 112, and 74 more

✗ OVERALL ••••••••••••••••••••••••••••••• 62.3%

```

I didn't touch any code, only ran `make test` multiple times. I am running it on Mac OS X 10.9.1 and Python 2.7.6.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.