Skip to content

Commit

Permalink
Run Calcite tests in single threaded mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Dec 16, 2022
1 parent 437b087 commit f05e246
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import schemacrawler.schemacrawler.SchemaCrawlerOptionsBuilder;
import schemacrawler.schemacrawler.SchemaInfoLevelBuilder;
import schemacrawler.test.utility.BaseAdditionalDatabaseTest;
import schemacrawler.test.utility.WithSystemProperty;
import schemacrawler.tools.command.text.schema.options.SchemaTextOptions;
import schemacrawler.tools.command.text.schema.options.SchemaTextOptionsBuilder;
import schemacrawler.tools.executable.SchemaCrawlerExecutable;
Expand Down Expand Up @@ -90,6 +91,7 @@ public void testCalciteDump() throws Exception {
}

@Test
@WithSystemProperty(key = "SC_SINGLE_THREADED", value = "true")
public void testCalciteWithConnection() throws Exception {

final LoadOptionsBuilder loadOptionsBuilder =
Expand Down

0 comments on commit f05e246

Please sign in to comment.