- Fix race condition related to browser commit time - The profile commit request waits for browser to actual finish, and profile saved. This can cause request to time out, resulting in a retry, in which the browser has already been closed. - With these changes, the commit is now 'idempotent' and returns a waiting_for_browser until the profile is actually committed. - On frontend, keep pinging commit endpoint with a timeout while 'waiting_for_browser' is returned, actual committed when endpoint returns profile id. --------- Co-authored-by: sua yoo <sua@suayoo.com> |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
conftest.py | ||
echo_server.py | ||
test_api.py | ||
test_collections.py | ||
test_crawl_config_profile_filter.py | ||
test_crawl_config_search_values.py | ||
test_crawl_config_tags.py | ||
test_crawlconfigs.py | ||
test_filter_sort_results.py | ||
test_login.py | ||
test_org_subs.py | ||
test_org.py | ||
test_permissions.py | ||
test_profiles.py | ||
test_qa.py | ||
test_run_crawl.py | ||
test_stop_cancel_crawl.py | ||
test_uploads.py | ||
test_users.py | ||
test_utils.py | ||
test_workflow_auto_add_to_collection.py | ||
test_y_org_import_export.py | ||
test_z_delete_org.py | ||
utils.py |