Skip to content

Commit

Permalink
Leave generated test reference impl out of spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Mar 1, 2024
1 parent 25609dc commit b4bd974
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions engine/table/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ dependencies {
Classpaths.inheritSlf4j(project, 'slf4j-simple', 'testRuntimeOnly')
}

spotless {
java {
targetExclude 'src/test/java/io/deephaven/engine/table/impl/select/FilterKernel*Sample.java'
}
}

test {
// For now, if you apply @Category(ParallelTest.class) to tests which are not huge CPU/RAM hogs, you can get parallelism
// If you have CPU/RAM-heavy tasks that you don't want gumming up :engine-table:test runs, apply @Category(SerialTest.class) instead
Expand Down

0 comments on commit b4bd974

Please sign in to comment.