Skip to content

Commit 6ca9d3b

Browse files
committed
chore: Moved json tests subtree from root to questdb-rs.
1 parent 3ce3480 commit 6ca9d3b

File tree

3 files changed

+2
-1640
lines changed

3 files changed

+2
-1640
lines changed

DEV_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ The library shares some test cases with other ILP clients.
66
These tests were added as so:
77

88
```
9-
git subtree add --prefix src/tests/interop https://github.com/questdb/questdb-client-test.git main --squash
9+
git subtree add --prefix questdb-rs/src/tests/interop https://github.com/questdb/questdb-client-test.git main --squash
1010
```
1111

1212
These should be updated with:
1313

1414
```
15-
git subtree pull --prefix src/tests/interop https://github.com/questdb/questdb-client-test.git main --squash
15+
git subtree pull --prefix questdb-rs/src/tests/interop https://github.com/questdb/questdb-client-test.git main --squash
1616
```
1717

1818
## CMake Integration

questdb-rs/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ pub mod json_tests {
7575
fn parse() -> Vec<TestSpec> {
7676
let mut json_path = PathBuf::from(
7777
std::env::var("CARGO_MANIFEST_DIR").unwrap());
78-
json_path.pop();
7978
json_path.push("src");
8079
json_path.push("tests");
8180
json_path.push("interop");

0 commit comments

Comments
 (0)