조건부 통합 테스트 등록과 시계 fixture를 바로잡는다

This commit is contained in:
2026-09-23 16:21:52 +00:00
parent 7e1783d651
commit 08be92b6fa
6 changed files with 37 additions and 4 deletions
@@ -16,7 +16,7 @@ test('keeps every non-database conditional Ref suite in one requirement group',
);
assert.deepEqual(counts, {
reference_command: 5,
reference_command: 3,
reference_full_lifecycle: 1,
reference_instant_diplomacy: 1,
reference_monthly: 1,
@@ -49,7 +49,7 @@ test('enables Ref suites only with the Ref runtime and saved traces only as a pa
});
assert.equal(
selectEnabledConditionalIntegrationFiles(entries, { TURN_DIFFERENTIAL_REFERENCE: '1' }).referenceFiles.length,
9
7
);
assert.deepEqual(
selectEnabledConditionalIntegrationFiles(entries, {
@@ -8,6 +8,8 @@ GATEWAY_RELEASE_DATABASE_URL gateway_runtime
GENERAL_LIFECYCLE_DATABASE_URL core
IMMEDIATE_ACTION_DATABASE_URL immediate_action
INPUT_EVENT_DATABASE_URL core
PLAY_AUDIT_COST_DATABASE_URL external_fixture
PLAY_AUDIT_DECISION_DATABASE_URL external_fixture
PLAY_AUDIT_RETENTION_DATABASE_URL external_fixture
PLAY_AUDIT_STARTUP_DATABASE_URL external_fixture
LIVE_SORTIE_PERSISTENCE_DATABASE_URL reference_live_sortie
1 # Environment variable Execution mode
8 GENERAL_LIFECYCLE_DATABASE_URL core
9 IMMEDIATE_ACTION_DATABASE_URL immediate_action
10 INPUT_EVENT_DATABASE_URL core
11 PLAY_AUDIT_COST_DATABASE_URL external_fixture
12 PLAY_AUDIT_DECISION_DATABASE_URL external_fixture
13 PLAY_AUDIT_RETENTION_DATABASE_URL external_fixture
14 PLAY_AUDIT_STARTUP_DATABASE_URL external_fixture
15 LIVE_SORTIE_PERSISTENCE_DATABASE_URL reference_live_sortie