apache / drill

Apache Drill is a distributed MPP query layer for self describing data
https://drill.apache.org/
Apache License 2.0
1.93k stars 979 forks source link

DRILL-8469: Retire the EasyOutOfMemory test category now that we have swap space #2861

Closed jnturton closed 9 months ago

jnturton commented 9 months ago

DRILL-8469: Retire the EasyOutOfMemory test category now that we have swap space

Description

The EasyOutOfMemory test category is a clever workaround to run the Drill unit tests in the memory constrained CI environment provided by Github Actions that has served us well. It is no longer needed now that we set up swap space in the CI workflow and we can retire it for simpler and faster CI testing.

Documentation

N/A

Testing

CI runs without OOM.