Skip to content

Commit a948fba

Browse files
authored
feat: Enable test and doctest for all crates (#17633)
* feat: Enable test and doctest for all crates Signed-off-by: Xuanwo <[email protected]> * Fix Signed-off-by: Xuanwo <[email protected]> --------- Signed-off-by: Xuanwo <[email protected]>
1 parent 8c705bc commit a948fba

File tree

83 files changed

+0
-326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+0
-326
lines changed

src/common/auth/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[dependencies]
1410
base64 = { workspace = true }
1511
chrono = { workspace = true }

src/common/base/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[features]
1410
tracing = ["tokio/tracing"]
1511
jemalloc = ["tikv-jemalloc-sys", "tikv-jemalloc-ctl"]

src/common/building/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[dependencies]
1410
anyhow = { workspace = true }
1511
base64 = { workspace = true }

src/common/cache/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[dependencies]
1410
hashbrown = { workspace = true }
1511
hashlink = { workspace = true }

src/common/cloud_control/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[dependencies]
1410
databend-common-base = { workspace = true }
1511
databend-common-exception = { workspace = true }

src/common/column/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[features]
1410
default = ["column-default"]
1511
serde_types = ["serde", "serde_derive"]

src/common/exception/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[dependencies]
1410

1511
databend-common-ast = { workspace = true }

src/common/grpc/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[dependencies]
1410
databend-common-base = { workspace = true }
1511
databend-common-exception = { workspace = true }

src/common/hashtable/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[dependencies]
1410
databend-common-base = { workspace = true }
1511
databend-common-column = { workspace = true }

src/common/http/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ license = { workspace = true }
66
publish = { workspace = true }
77
edition = { workspace = true }
88

9-
[lib]
10-
doctest = false
11-
test = true
12-
139
[features]
1410
memory-profiling = ["tempfile"]
1511

0 commit comments

Comments
 (0)