File tree Expand file tree Collapse file tree
crates/fluss/tests/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050namespace fluss_test {
5151
5252static 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" ;
5454static constexpr const char * kNetworkName = " fluss-cpp-test-network" ;
5555static constexpr const char * kZookeeperName = " zookeeper-cpp-test" ;
5656static constexpr const char * kCoordinatorName = " coordinator-server-cpp-test" ;
Original file line number Diff line number Diff line change 3434import fluss
3535
3636FLUSS_IMAGE = "apache/fluss"
37- FLUSS_VERSION = "0.8 .0-incubating"
37+ FLUSS_VERSION = "0.9 .0-incubating"
3838BOOTSTRAP_SERVERS_ENV = os .environ .get ("FLUSS_BOOTSTRAP_SERVERS" )
3939
4040
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use testcontainers::core::ContainerPort;
2525use testcontainers:: runners:: AsyncRunner ;
2626use testcontainers:: { ContainerAsync , GenericImage , ImageExt } ;
2727
28- const FLUSS_VERSION : & str = "0.8 .0-incubating" ;
28+ const FLUSS_VERSION : & str = "0.9 .0-incubating" ;
2929const FLUSS_IMAGE : & str = "apache/fluss" ;
3030
3131pub struct FlussTestingClusterBuilder {
You can’t perform that action at this time.
0 commit comments