test: дефолт LOAD_THREADS 16→8 (стабильный прогон) + History: database is locked при 16 писателях (предел конфигурации)

This commit is contained in:
“Naeel”
2026-08-26 17:12:26 +03:00
parent b7d60e1d93
commit 08f7e3f98e
3 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from db import spec_events, spec_current
pytestmark = pytest.mark.load
N_THREADS = int(os.getenv("LOAD_THREADS", "16"))
N_THREADS = int(os.getenv("LOAD_THREADS", "8"))
PER = int(os.getenv("LOAD_PER", "200"))