bmavity / ges-client

A node.js client library for (Get) Event Store
Other
30 stars 9 forks source link

Testing Matrix (node and EventStore) #48

Open bmavity opened 9 years ago

bmavity commented 9 years ago

Hi All,

Right now, the test are running the latest node version is 0.10.x and EventStore v3.0.5. We have to expand out our test coverage, but I am not sure how to prioritize. What versions of node and/or EventStore are people targeting?

B

gregoryyoung commented 9 years ago

3.2.0 is about to be released. Don't worry it doesn't break anything just adds competing consumers..

On Sat, Sep 5, 2015 at 12:09 AM, Brian Mavity notifications@github.com wrote:

Hi All,

Right now, the test are running the latest node version is 0.10.x and EventStore v3.0.5. We have to expand out our test coverage, but I am not sure how to prioritize. What versions of node and/or EventStore are people targeting?

B

— Reply to this email directly or view it on GitHub https://github.com/bmavity/ges-client/issues/48.

Studying for the Turing test

bmavity commented 9 years ago

Testing different event store versions is not that big of a deal, it's just that the test helper right now is looking for clusternode and I think that got moved with v3.1.0. Have to make another update to it.

gregoryyoung commented 9 years ago

Only in the apt-get/etc packages. In .tar.gz its still there

On Sat, Sep 5, 2015 at 12:25 AM, Brian Mavity notifications@github.com wrote:

Testing different event store versions is not that big of a deal, it's just that the test helper right now is looking for clusternode and I think that got moved with v3.1.0. Have to make another update to it.

— Reply to this email directly or view it on GitHub https://github.com/bmavity/ges-client/issues/48#issuecomment-137870895.

Studying for the Turing test

bmavity commented 9 years ago

I hadn't explored it, but it looks like it's now called eventstored? Either way, my travis build that works for 3.0.0-3.0.5 will not work for 3.1.0, so I will need to figure out what the problem is. :)

gregoryyoung commented 9 years ago

in ubuntu packages yes. try .tar.gz

On Sat, Sep 5, 2015 at 12:41 AM, Brian Mavity notifications@github.com wrote:

I hadn't explored it, but it looks like it's now called eventstored? Either way, my travis build that works for 3.0.0-3.0.5 will not work for 3.1.0, so I will need to figure out what the problem is. :)

— Reply to this email directly or view it on GitHub https://github.com/bmavity/ges-client/issues/48#issuecomment-137872934.

Studying for the Turing test