masokol
masokol
I've investigated this a bit. As of now, ecChronos standalone tests are mocking things like table size, metrics etc. This won't be possible with running "application" directly in the tests,...
> Since ecchronos always assumes a repair is successful if the history is empty, I don't see why this would be considered a bug if ecchronos is crashed/restarted before the...
> @masokol Then there are two options, I guess, to fix it; > > 1. Repair immediately if history is empty > 2. Put in a fake repair date in...
**Set release version and next version** - We can use [input params](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#providing-inputs) to workflow_dispatch for this. **Release from specific branch** - Whoever is triggering the workflow has to choose a...
Maven deploy plugin should be replaced with [nexus-maven-plugin](https://github.com/sonatype/nexus-maven-plugins/tree/main/staging/maven-plugin)
**GPG** - Use this [action](https://github.com/crazy-max/ghaction-import-gpg). Also we need some kind of a generic GPG key, i.e not tied to a specific person. Same goes for sonatype user/pwd.
There's a lot of irrelevant logs on debug lvl. We should move them to trace instead.
Looks like there's been some work done to get a Cassandra 5.0 alpha1 docker image. Once it's available we could add tests to run with 5.0alpha1 to get early feedback.
Tests with 5.0-alpha1 are merged. We should update with the next releases when available until official release of 5.0.
Reopen requested by issuer.