Re: Introducing mockito-inline library among test dependencies

2023-01-11 Thread David Capwell
+1. We already use mockito. Also that library is basically empty, its just defining configs for extensions (see https://github.com/mockito/mockito/tree/main/subprojects/inline/src/main/resources/mockito-extensions

Introducing mockito-inline library among test dependencies

2023-01-11 Thread Miklosovic, Stefan
Hi list, the test for (1) is using mockito-inline dependency for mocking static methods as mockito-core is not able to do that on its own. mockito-inline was not part of our test dependencies prior this work. I want to ask if we are all OK with being able to mock static methods from now on

GSoD 2023

2023-01-11 Thread Deepak Vohra via dev
Lorina, Happy New Year. You mentioned this year you might apply. As I am interested in being the Tech Writer, a reminder to apply as applications are to open from January to March according to  https://sites.google.com/view/gsoc-sod-fosdem-2023/google-season-of-docs.  Detail yet to be posted for 

Re: upgrade sstable selection

2023-01-11 Thread Jacek Lewandowski
Hi, It does not look like returning an unsorted map is a bug. Whenever we want to sort sstables according to their generation id, we do that explicitly, for example in leveled compactor. Though, as you pointed out, the order should be retained when upgrading sstables because otherwise things