https://github.com/apache/spark
Revision 24079adc8257871e88879796333b8f44633995b8 authored by Dongjoon Hyun on 21 November 2023, 01:54:41 UTC, committed by Dongjoon Hyun on 21 November 2023, 01:54:49 UTC
### What changes were proposed in this pull request?

This PR aims to run `RocksDBStateStoreStreamingAggregationSuite` on a dedicated JVM to reduce the flakiness.

### Why are the changes needed?

`RocksDBStateStoreStreamingAggregationSuite` is flaky.
- https://github.com/apache/spark/actions/runs/6936862847/job/18869845206
- https://github.com/apache/spark/actions/runs/6926542106/job/18838877151
- https://github.com/apache/spark/actions/runs/6924927427/job/18834849433

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #43916 from dongjoon-hyun/SPARK-46014.

Authored-by: Dongjoon Hyun <dhyun@apple.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
(cherry picked from commit 9bb1fe2a8410e6a0dbf73a420d8e9b359363b932)
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 96bfd83
History
Tip revision: 24079adc8257871e88879796333b8f44633995b8 authored by Dongjoon Hyun on 21 November 2023, 01:54:41 UTC
[SPARK-46014][SQL][TESTS] Run `RocksDBStateStoreStreamingAggregationSuite` on a dedicated JVM
Tip revision: 24079ad

README.md

back to top