Skip to content

Commit 6d55117

Browse files
authored
Revert "fix(ext/node): fix sqlite extension used for testing; ensure … (#31539)
…related tests are actually meaningful (#31455)" This reverts commit 40cf412. Started getting random kills on linux arm after this PR landed. Reverting to see if it will help.
1 parent 5f2a56f commit 6d55117

File tree

10 files changed

+93
-423
lines changed

10 files changed

+93
-423
lines changed

Cargo.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ members = [
5151
"tests/sqlite_extension_test",
5252
"tests/util/server",
5353
]
54-
# tests/sqlite_extension is excluded because it requires rusqlite's "loadable_extension"
55-
# feature, which is incompatible with the "session" feature used by the rest of the workspace.
56-
exclude = ["tests/util/std/hash/_wasm", "tests/sqlite_extension"]
54+
exclude = ["tests/util/std/hash/_wasm"]
5755

5856
[workspace.package]
5957
authors = ["the Deno authors"]

tests/sqlite_extension/Cargo.lock

Lines changed: 0 additions & 142 deletions
This file was deleted.

tests/sqlite_extension/Cargo.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/sqlite_extension/src/lib.rs

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)