Jakub Żytka
Jakub Żytka
Example of my ideal message: ```java Expecting Throwable message: but was: Throwable that failed the check: Exception in thread "main" java.lang.RuntimeException: some other unexpected exception at Test.functionThatIsSupposedToThrowExpectedException(Test.java:119) at Test.main(Test.java:69) Caused...
`Throwables.assertHasMessageContaining` doesn't describe the actual throwable (neither do some other functions that care about the message)
While `latte` doesn't support astra secure bundle out-of-the-box I successfully connected to a cluster using: ```latte load --user cassandra --password cassandra --ssl --ssl-cert cert --ssl-key key ...``` where `cert` and...
> LGTM. The change doesn't incur performance penalty and should fix the correctness problem. Skipping a very tiny fraction of data is much smaller problem than inserting vastly incorrect data...
this is a port of https://github.com/riptano/bdp/pull/20386/commits/a5a55ad52a684fd8a7ce2e385fc16ede29a9f6b0
> can you please start with this commit: trunk...thelastpickle:cassandra:mck/18506/trunk > this fixes the .contains(..) bug, Are you sure this commit fixes the `.contains()` bug? First of all, the `edgeTouchesTarget(Semver from,...
> > would you kindly elaborate? My PR doesn't change the signatures of the existing public API. > > this changes public APIs, which increases the scope of this patch....