Skip to content

Commit

Permalink
Minor: Consolidate some integration tests into core_integration (ap…
Browse files Browse the repository at this point in the history
…ache#10588)

* Consolidate custom_sources test into core_integration

* Consolidate simplification into core_integration

* Consolidate memory_limit and fifo
  • Loading branch information
alamb authored May 22, 2024
1 parent 2eb38bd commit 4396d5e
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 308 deletions.
9 changes: 9 additions & 0 deletions datafusion/core/tests/core_integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ mod macro_hygiene;
/// Run all tests that are found in the `expr_api` directory
mod expr_api;

/// Run all tests that are found in the `fifo` directory
mod fifo;

/// Run all tests that are found in the `memory_limit` directory
mod memory_limit;

/// Run all tests that are found in the `custom_sources_cases` directory
mod custom_sources_cases;

#[cfg(test)]
#[ctor::ctor]
fn init() {
Expand Down
308 changes: 0 additions & 308 deletions datafusion/core/tests/custom_sources.rs

This file was deleted.

Loading

0 comments on commit 4396d5e

Please sign in to comment.