jepsen-io / jepsen

A framework for distributed systems verification, with fault injection
6.78k stars 715 forks source link

[Jepsen] Update version to 0.1.16-SNAPSHOT #415

Closed DeCarabas closed 5 years ago

DeCarabas commented 5 years ago

Just a small tweak the project version to 0.1.16-SNAPSHOT, now that 0.1.15 has been released.

I didn't update any of the specific database tests since it looks like they maybe version Jepsen individually? Let me know if you want me to update those too...

aphyr commented 5 years ago

No worries about updating individual tests. :)

DeCarabas commented 5 years ago

Thank you very much! May ask another small favor, for you to publish the snapshot to clojars?

aphyr commented 5 years ago

Sure. You know you can install these locally too, right? Run lein install in the jepsen directory. :-)

DeCarabas commented 5 years ago

Also, I'm sorry to be a bother, do you have a sense for when there might be an official 0.1.16? I realize that you just released a 0.1.15, and releases are time-consuming...

DeCarabas commented 5 years ago

Ah, yeah, I can, but it add so much overhead to collaboration across my other co-workers. I want them to be able to run the tests I'm writing quickly and easily, and saying "oh go clone this github project and lein install"... it's a whole thing. :(

Thank you so much!

aphyr commented 5 years ago

I usually release every few months.

aphyr commented 5 years ago

0.1.16-SNAPSHOT's already in Clojars--can't you have your project depend on that for now?

DeCarabas commented 5 years ago

I can for sure, thanks again!

The environment I'm in frowns on taking dependencies on SNAPSHOT versions, but I'll twist arms and get it to work.

Thanks so much for your support, this is super great. Already finding and fixing bugs! 🎉

aphyr commented 5 years ago

Sorry! I know it's inconvenient. If you've got a private artifactory or similar, you can also package your own version locally. I just wanna give this code a chance to shake out in testing before I push it out to every other user. :)