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
+2 -2
View File
@@ -31,8 +31,8 @@ in your tool specification.
## {{extension.name}}
{% if extension.has_resources %}
{{extension.name}} supports resources, you can use platform__read_resource,
and platform__list_resources on this extension.
{{extension.name}} supports resources, you can use extensionmanager__read_resource,
and extensionmanager__list_resources on this extension.
{% endif %}
{% if extension.instructions %}### Instructions
{{extension.instructions}}{% endif %}