fix: read_resource_tool deadlock causing test_compaction to hang (#6737)

This commit is contained in:
Lifei Zhou
2026-01-29 11:09:55 +11:00
committed by GitHub
parent 87737f81a4
commit d5bac142f7
4 changed files with 14 additions and 9 deletions
@@ -31,8 +31,8 @@ in your tool specification.
## test
test supports resources, you can use platform__read_resource,
and platform__list_resources on this extension.
test supports resources, you can use extensionmanager__read_resource,
and extensionmanager__list_resources on this extension.
### Instructions
how to use this extension
@@ -31,8 +31,8 @@ in your tool specification.
## extension_A
extension_A supports resources, you can use platform__read_resource,
and platform__list_resources on this extension.
extension_A supports resources, you can use extensionmanager__read_resource,
and extensionmanager__list_resources on this extension.
### Instructions
<instructions on how to use extension A>
## extension_B