Skip to content

Commit

Permalink
Fix elastic test
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
  • Loading branch information
Licenser committed Sep 30, 2024
1 parent 958e85f commit 1ae5bcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tremor-connectors/tests/elastic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use log::error;
use serial_test::serial;
use std::path::Path;
use std::time::{Duration, Instant};
use testcontainers::core::{Mount, WaitFor};
use testcontainers::core::Mount;
use testcontainers::runners::AsyncRunner;
use testcontainers::GenericImage;
use testcontainers::ImageExt;
Expand All @@ -53,7 +53,6 @@ const VERSION: &str = "8.6.2";

fn default_image() -> ContainerRequest<GenericImage> {
GenericImage::new(IMAGE, VERSION)
.with_wait_for(WaitFor::message_on_stdout("license mode is"))
// JVM memory settings
.with_env_var("ES_JAVA_OPTS", "-Xms256m -Xmx256m")
// single node mode
Expand Down

0 comments on commit 1ae5bcc

Please sign in to comment.