Commit 1b4741b
fix(tests): gate test_search_lancedb_capability behind RUN_HEAVY
These tests call run_search() which triggers _connect_lancedb() ->
import lancedb -> LanceDBBackgroundEventLoop daemon thread. On CI
(Ubuntu) the thread race-conditions with Kuzu C++ queries causing a
segfault. On macOS the race didn't manifest due to timing differences.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 881aa3b commit 1b4741b
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
0 commit comments