fix: read_resource_tool deadlock causing test_compaction to hang (#6737)
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user