Skip to content

Instantly share code, notes, and snippets.

@kdawes
Created December 6, 2012 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kdawes/4221320 to your computer and use it in GitHub Desktop.
Save kdawes/4221320 to your computer and use it in GitHub Desktop.
winston-couchdb tests running on travis-ci.org - one failing
Current
Build History
Pull Requests
Branch Summary
Build 3 Finished2 minutes from nowDuration32 secCommitb902861 (master)Compare4fb18a750ef7...b90286134e2dAuthorKelsey DawesCommitterKelsey DawesMessageone letter change to force a buildConfigNodeJs: 0.8
1$ cd ~/builds
2$ sudo service couchdb start
3$ git clone --branch=master --depth=100 --quiet git://github.com/kdawes/winston-couchdb.git kdawes/winston-couchdb
4$ cd kdawes/winston-couchdb
5$ git checkout -qf b90286134e2d9ee01d0d55f60e9006ae1f3fea92
6$ nvm use 0.8
7Now using node v0.8.11
8$ node --version
9v0.8.11
10$ npm --version
111.1.62
12$ npm install
13npm http GET https://registry.npmjs.org/cradle
14npm http GET https://registry.npmjs.org/winston
15npm http GET https://registry.npmjs.org/vows
16npm http 200 https://registry.npmjs.org/vows
17npm http GET https://registry.npmjs.org/vows/-/vows-0.6.4.tgz
18npm http 200 https://registry.npmjs.org/winston
19npm http 200 https://registry.npmjs.org/cradle
20npm http GET https://registry.npmjs.org/winston/-/winston-0.6.2.tgz
21npm http GET https://registry.npmjs.org/cradle/-/cradle-0.6.4.tgz
22npm http 200 https://registry.npmjs.org/vows/-/vows-0.6.4.tgz
23npm http 200 https://registry.npmjs.org/cradle/-/cradle-0.6.4.tgz
24npm http 200 https://registry.npmjs.org/winston/-/winston-0.6.2.tgz
25npm http GET https://registry.npmjs.org/follow
26npm http GET https://registry.npmjs.org/request
27npm http GET https://registry.npmjs.org/vargs/0.1.0
28npm http GET https://registry.npmjs.org/eyes
29npm http GET https://registry.npmjs.org/diff
30npm http GET https://registry.npmjs.org/async
31npm http GET https://registry.npmjs.org/colors
32npm http GET https://registry.npmjs.org/cycle
33npm http GET https://registry.npmjs.org/eyes
34npm http GET https://registry.npmjs.org/pkginfo
35npm http GET https://registry.npmjs.org/request
36npm http GET https://registry.npmjs.org/stack-trace
37npm http 200 https://registry.npmjs.org/vargs/0.1.0
38npm http GET https://registry.npmjs.org/vargs/-/vargs-0.1.0.tgz
39npm http 200 https://registry.npmjs.org/diff
40npm http GET https://registry.npmjs.org/diff/-/diff-1.0.4.tgz
41npm http 200 https://registry.npmjs.org/eyes
42npm http GET https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz
43npm http 200 https://registry.npmjs.org/follow
44npm http GET https://registry.npmjs.org/follow/-/follow-0.7.2.tgz
45npm http 200 https://registry.npmjs.org/colors
46npm http GET https://registry.npmjs.org/colors/-/colors-0.6.0-1.tgz
47npm http 200 https://registry.npmjs.org/cycle
48npm http GET https://registry.npmjs.org/cycle/-/cycle-1.0.1.tgz
49npm http 200 https://registry.npmjs.org/eyes
50npm http 200 https://registry.npmjs.org/pkginfo
51npm http GET https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz
52npm http 200 https://registry.npmjs.org/request
53npm http 200 https://registry.npmjs.org/stack-trace
54npm http GET https://registry.npmjs.org/request/-/request-2.12.0.tgz
55npm http GET https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.6.tgz
56npm http 200 https://registry.npmjs.org/vargs/-/vargs-0.1.0.tgz
57npm http 200 https://registry.npmjs.org/diff/-/diff-1.0.4.tgz
58npm http 200 https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz
59npm http 200 https://registry.npmjs.org/async
60npm http GET https://registry.npmjs.org/async/-/async-0.1.22.tgz
61npm http 200 https://registry.npmjs.org/follow/-/follow-0.7.2.tgz
62npm http 200 https://registry.npmjs.org/colors/-/colors-0.6.0-1.tgz
63npm http 200 https://registry.npmjs.org/cycle/-/cycle-1.0.1.tgz
64npm http 200 https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz
65npm http 200 https://registry.npmjs.org/request
66npm http GET https://registry.npmjs.org/request/-/request-2.9.203.tgz
67npm http 200 https://registry.npmjs.org/request/-/request-2.12.0.tgz
68npm http 200 https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.6.tgz
69npm http 200 https://registry.npmjs.org/async/-/async-0.1.22.tgz
70npm http 200 https://registry.npmjs.org/request/-/request-2.9.203.tgz
71npm http GET https://registry.npmjs.org/request
72npm http 304 https://registry.npmjs.org/request
73npm http GET https://registry.npmjs.org/request/-/request-2.2.9.tgz
74npm http 200 https://registry.npmjs.org/request/-/request-2.2.9.tgz
75vows@0.6.4 node_modules/vows
76├── eyes@0.1.8
77└── diff@1.0.4
78
79winston@0.6.2 node_modules/winston
80├── cycle@1.0.1
81├── eyes@0.1.8
82├── colors@0.6.0-1
83├── stack-trace@0.0.6
84├── pkginfo@0.2.3
85├── async@0.1.22
86└── request@2.9.203
87
88cradle@0.6.4 node_modules/cradle
89├── vargs@0.1.0
90├── request@2.12.0
91└── follow@0.7.2 (request@2.2.9)
92$ curl -X PUT 127.0.0.1:5984/logs
93{"ok":true}
94$ npm test
95
96> winston-couchdb@0.6.1 test /home/travis/builds/kdawes/winston-couchdb
97> vows test/*-test.js --spec
98
99
100 ♢ winston/transports/couchdb
101
102 An instance of the Couchdb Transport when passed valid options
103 ✓ should have the proper methods defined
104 An instance of the Couchdb Transport the log() method when passed circular metadata
105 ✗ should respond with true
106 » expected null, got { arguments: [], type: 'stack_overflow', message: 'Maximum call stack size exceeded', stack: undefined } // transport.js:46
107 An instance of the Couchdb Transport the log() method when passed primitive metadata
108 ✓ should respond with true
109 An instance of the Couchdb Transport the log() method with the error level
110 ✓ should respond with true
111 An instance of the Couchdb Transport the log() method with the silly level
112 ✓ should respond with true
113 An instance of the Couchdb Transport the log() method with the verbose level
114 ✓ should respond with true
115 An instance of the Couchdb Transport the log() method with the info level
116 ✓ should respond with true
117 An instance of the Couchdb Transport the log() method with the warn level
118 ✓ should respond with true
119 An instance of the Couchdb Transport the log() method with the debug level
120 ✓ should respond with true
121 An instance of the Couchdb Transport the log() method when passed metadata
122 ✓ should respond with true
123 An instance of the Couchdb Transport the stream() method using no options
124 ✓ should stream logs
125 An instance of the Couchdb Transport the stream() method using the start option
126 ✓ should stream logs
127 An instance of the Couchdb Transport after the logs have flushed the query() method using basic querying
128 ✓ should return matching results
129 An instance of the Couchdb Transport after the logs have flushed the query() method using the from and until option
130 ✓ should return matching results
131 An instance of the Couchdb Transport after the logs have flushed the query() method using a bad from and until option
132 ✓ should return no results
133 An instance of the Couchdb Transport after the logs have flushed the query() method using the rows option
134 ✓ should return one result
135 An instance of the Couchdb Transport after the logs have flushed the query() method using fields and order option
136 ✓ should return matching results
137
138✗ Broken » 16 honored ∙ 1 broken (1.252s)
139
140npm ERR! Test failed. See above for more details.
141npm ERR! not ok code 0
142
143Done. Build script exited with: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment