fix: remove MySQL document.meta_fields mapping to match Python schema (#16929)

This commit is contained in:
euvre
2026-07-16 13:07:49 +08:00
committed by GitHub
parent dc95e251c8
commit 30de65991b
2 changed files with 1 additions and 2 deletions

View File

@@ -252,6 +252,7 @@ def ensure_parsed_document(rest_client, create_document):
@pytest.hookimpl(tryfirst=True, hookwrapper=True)
def pytest_runtest_protocol(item, nextitem):
import time
start = time.perf_counter()
yield
duration = time.perf_counter() - start