Skip to content

Commit 4396d5e

Browse files
authored
Minor: Consolidate some integration tests into core_integration (#10588)
* Consolidate custom_sources test into core_integration * Consolidate simplification into core_integration * Consolidate memory_limit and fifo
1 parent 2eb38bd commit 4396d5e

File tree

7 files changed

+300
-308
lines changed

7 files changed

+300
-308
lines changed

datafusion/core/tests/core_integration.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ mod macro_hygiene;
2727
/// Run all tests that are found in the `expr_api` directory
2828
mod expr_api;
2929

30+
/// Run all tests that are found in the `fifo` directory
31+
mod fifo;
32+
33+
/// Run all tests that are found in the `memory_limit` directory
34+
mod memory_limit;
35+
36+
/// Run all tests that are found in the `custom_sources_cases` directory
37+
mod custom_sources_cases;
38+
3039
#[cfg(test)]
3140
#[ctor::ctor]
3241
fn init() {

datafusion/core/tests/custom_sources.rs

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)