Ish Nagy

Results 19 comments of Ish Nagy

the tests with the 4GB limit are still running, I'll post a summary from the results tomorrow, and start a new run that can cover all of the 5G element...

The filter-from-hex-constant test started to make me worry about compatibility with serialized instances created with the older logic. Even if we can deserialize the buffer and the seed properly, the...

I ran into some trouble with generating the test results (running on a single thread, the whole batch takes ~10h on my machine). I'll try to make an update on...

| version | testName | n | fpp | seed | allocatedBitCount | setBitCount | saturation | expectedFpp% | actualFpp% | runningTime | | --- | --- | --- |...

| version | testName | n | fpp | seed | allocatedBitCount | setBitCount | saturation | expectedFpp% | actualFpp% | runningTime | | --- | --- | --- |...

the only relevant difference between the `OLD` and the `NEW` versions is in the logic to derive the `k` hash bits: `OLD` ``` for (int i = 1; i

Now I have added a new tag `org.apache.spark.tags.SlowTest` which can be used in inclusion/exclusion rules. (*) none of the currently available test tags seemed to be a great match for...

@LuciferYang @peter-toth please have a look at my updates / comments.

> but I'm not quite sure, how to add the new configuration to them for the sketch project only. ... so, I expect the running time of the pre merge...

> Those tags are only used for grouping the tests. It doesn't imply that tests labeled as `@SlowTest` won't be executed. I totally get that. `@Disabled` guaranteed non-execution, these new...