mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-17 13:30:38 +00:00
test: add conditional compilation flag for datanode mock module (#2130)
This commit is contained in:
@@ -21,7 +21,7 @@ mod greptimedb_telemetry;
|
||||
pub mod heartbeat;
|
||||
pub mod instance;
|
||||
pub mod metrics;
|
||||
#[cfg(feature = "testing")]
|
||||
#[cfg(any(test, feature = "testing"))]
|
||||
mod mock;
|
||||
pub mod server;
|
||||
pub mod sql;
|
||||
|
||||
Reference in New Issue
Block a user