fix(ci): resolve duplicate assembly attributes and flaky tests for deploy-prod and collection orchestrator
This commit is contained in:
@@ -48,10 +48,13 @@ public class KisDataCollectionOrchestratorTests
|
||||
[Fact]
|
||||
public async Task RunCollectionAsync_WithCachedSnapshot_ShouldNotCallKisApiClient()
|
||||
{
|
||||
var mockTime = new DateTime(2026, 7, 13, 13, 0, 0, DateTimeKind.Utc); // 2026-07-13 22:00:00 KST (Market closed)
|
||||
_orchestrator.UtcNowProvider = () => mockTime;
|
||||
|
||||
var runId = "test-run-001";
|
||||
var ticker = "005930";
|
||||
var account = "mock";
|
||||
var todayPrefix = DateTime.UtcNow.AddHours(9).ToString("yyyy-MM-dd");
|
||||
var todayPrefix = mockTime.AddHours(9).ToString("yyyy-MM-dd");
|
||||
|
||||
var cachedSnapshot = new CollectionSnapshotRecord(
|
||||
RunId: "prev-run",
|
||||
|
||||
Reference in New Issue
Block a user