You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The Drop impl spawned a thread with a new tokio runtime and called .join(), which blocked the test thread. The spawned thread's block_on deadlocked when pool.close() tried to communicate with connections owned by the outer tokio runtime. Removing .join() makes cleanup fire-and-forget, avoiding the deadlock. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
3 months ago | |
|---|---|---|
| .. | ||
| common | 3 months ago | |
| api_admin_test.rs | 3 months ago | |
| api_auth_test.rs | 3 months ago | |
| api_csrf_test.rs | ||
| api_export_test.rs | ||
| api_health_test.rs | ||
| api_keys_test.rs | 3 months ago | |
| api_settings_test.rs | 3 months ago | |
| api_sources_test.rs | 3 months ago | |
| api_syntheses_test.rs | 3 months ago | |
| minimal_test.rs | 3 months ago | |
| pipeline_test.rs | 3 months ago | |