Skip to content

Commit ee8beee

Browse files
chore: update testing fluss image to 0.9.0 (#426)
1 parent dd10579 commit ee8beee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bindings/cpp/test/test_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
namespace fluss_test {
5151

5252
static constexpr const char* kFlussImage = "apache/fluss";
53-
static constexpr const char* kFlussVersion = "0.8.0-incubating";
53+
static constexpr const char* kFlussVersion = "0.9.0-incubating";
5454
static constexpr const char* kNetworkName = "fluss-cpp-test-network";
5555
static constexpr const char* kZookeeperName = "zookeeper-cpp-test";
5656
static constexpr const char* kCoordinatorName = "coordinator-server-cpp-test";

bindings/python/test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import fluss
3535

3636
FLUSS_IMAGE = "apache/fluss"
37-
FLUSS_VERSION = "0.8.0-incubating"
37+
FLUSS_VERSION = "0.9.0-incubating"
3838
BOOTSTRAP_SERVERS_ENV = os.environ.get("FLUSS_BOOTSTRAP_SERVERS")
3939

4040

crates/fluss/tests/integration/fluss_cluster.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use testcontainers::core::ContainerPort;
2525
use testcontainers::runners::AsyncRunner;
2626
use testcontainers::{ContainerAsync, GenericImage, ImageExt};
2727

28-
const FLUSS_VERSION: &str = "0.8.0-incubating";
28+
const FLUSS_VERSION: &str = "0.9.0-incubating";
2929
const FLUSS_IMAGE: &str = "apache/fluss";
3030

3131
pub struct FlussTestingClusterBuilder {

0 commit comments

Comments
 (0)