Skip to content

Commit

Permalink
Core: Add JUnit5 version of TableTestBase (#9424)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastra committed Jan 8, 2024
1 parent 13e1965 commit e16bfcf
Show file tree
Hide file tree
Showing 5 changed files with 869 additions and 168 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ project(':iceberg-data') {
}

test {
useJUnitPlatform()
// Only for TestSplitScan as of Gradle 5.0+
maxHeapSize '1500m'
}
Expand Down
Loading

0 comments on commit e16bfcf

Please sign in to comment.