Files
KArtSell.Aegis/docs/CURRENT/AEG-X-004_DBUP_EVIDENCE.md
T
kjh2064 060205eea1
ci / backend (push) Has been cancelled
ci / frontend (push) Has been cancelled
ci / publish (push) Has been cancelled
ci / static (push) Has been cancelled
Build & Test with Secrets / build (pull_request) Has been cancelled
Build & Test with Secrets / frontend (pull_request) Has been cancelled
Build & Test with Secrets / security-scan (pull_request) Has been cancelled
Build & Test with Secrets / notification (pull_request) Has been cancelled
ci / static (pull_request) Failing after 5s
ci / backend (pull_request) Failing after 0s
ci / publish (pull_request) Has been cancelled
ci / frontend (pull_request) Has been cancelled
docs: close DbUp rehearsal evidence (AEG-X-004)
2026-08-06 14:08:47 +09:00

1.6 KiB

AEG-X-004 DbUp recovery rehearsal evidence

Traceability

  • WBS: AEG-X-004
  • Requirement: REQ-DB-001
  • Gate: G0
  • Source: docs/CURRENT/WBS_EXECUTION_PROCEDURES.md, db/migrations/*.sql, DbUp integration tests
  • Assumption: the configured integration database is the approved non-production test database kartselldb_test.
  • Unknown: production rehearsal and DBA sign-off were not performed.
  • Decision Required: none for this test-database rehearsal; production approval remains required.

Acceptance evidence

Commands were run sequentially to avoid concurrent build/output contention:

dotnet test tests/KArtSell.Integration.Tests/KArtSell.Integration.Tests.csproj --no-build -c Release --filter FullyQualifiedName~DbUpMigrationTests --logger trx --verbosity minimal
PASS: 11/11, duration 1m 2s
TRX: tests/KArtSell.Integration.Tests/TestResults/kjh20_KIMJAEHYUN-OFFI_2026-08-06_14_06_38_net10.0.trx

dotnet test tests/KArtSell.Integration.Tests/KArtSell.Integration.Tests.csproj --no-build -c Release --filter FullyQualifiedName~DbUpRecoveryTests --logger trx --verbosity minimal
PASS: 6/6, duration 28ms
TRX: tests/KArtSell.Integration.Tests/TestResults/kjh20_KIMJAEHYUN-OFFI_2026-08-06_14_07_41_net10.0.trx

The evidence covers the repository's fresh/upgrade/re-run/recovery and checksum protection test cases. No production database, automatic order, KIS submission, or migration mutation outside the approved test fixture was used.

Completion boundary

AEG-X-004 is marked COMPLETED for the executed test-database rehearsal. Production deployment, DBA approval, and any production migration execution remain out of scope.