wvanbergen / node-vertica

Pure javascript Vertica database client. Except it is written in CoffeeScript.
MIT License
44 stars 30 forks source link

Add Travis CI #29

Closed wvanbergen closed 10 years ago

diwu1989 commented 10 years ago

Wow, this is so cool, installing Vertica on the fly into Travis and testing it against a real db.

runk commented 10 years ago

:+1:

wvanbergen commented 10 years ago

Needs a bit of work so SSL works, but it's looking quite promising.

wvanbergen commented 10 years ago

On node 0.8, the tests consistently pass. On 0.10, they consistently fail with a ECONNRESET error somewhere during the test run. On my local machine, 0.10 works fine.

You guys any idea?

wvanbergen commented 10 years ago

Seems to work if I change SSL "optional" to false in the default DB config. Very weird.