# 카드의 생산자 태스크를 재실행 강제로 돌린다
작업 트리 변경: 0 줄
PostgreSqlMigrationIntegrationTest > adoptsImmutableLegacyHistoryThenRunsTheIndependentCoreStream() FAILED
    org.opentest4j.AssertionFailedError at PostgreSqlMigrationIntegrationTest.java:47
PostgreSqlMigrationIntegrationTest > freshCoreStreamInitializesWithoutLegacyHistory() FAILED
    org.opentest4j.AssertionFailedError at PostgreSqlMigrationIntegrationTest.java:89
4 tests completed, 2 failed
> Task :adapter:outbound:persistence-jpa:postgresqlMigrationIntegrationTest FAILED
BUILD FAILED in 31s

# 두 실패의 단언 메시지
org.opentest4j.AssertionFailedError: 
Expecting actual:
  ["1", "3", "4", "5", "6", "9", "10", "11", "12"]
to contain exactly (and in same order):
  ["1", "3", "4", "5", "6"]
but some elements were not expected:
  ["9", "10", "11", "12"]

org.opentest4j.AssertionFailedError: 
Expecting actual:
  ["1", "2"]
to contain exactly (and in same order):
  ["1"]
but some elements were not expected:
  ["2"]

