mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-27 03:46:39 +08:00
merge(4.11): integrate master marketplace updates preserving Runner lifecycle
This commit is contained in:
@@ -381,7 +381,7 @@ async def test_marketplace_upgrade_reports_multistep_progress():
|
||||
assert observed_actions == [
|
||||
'downloading plugin package',
|
||||
'validating plugin package',
|
||||
'preparing plugin installation',
|
||||
'storing plugin package',
|
||||
'applying plugin update',
|
||||
'waiting for plugin initialization',
|
||||
'refreshing plugin components',
|
||||
@@ -392,6 +392,9 @@ async def test_marketplace_upgrade_reports_multistep_progress():
|
||||
'install_source': 'marketplace',
|
||||
'operation': 'upgrade',
|
||||
'progress_percent': 100,
|
||||
'download_total': 0,
|
||||
'download_current': 0,
|
||||
'download_speed': 0,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user