Skip to content

Commit

Permalink
cdk-java: reorganize the DestinationAccptanceTest to split out the ac…
Browse files Browse the repository at this point in the history
…tual tests from all the util methods
  • Loading branch information
stephane-airbyte committed Oct 9, 2024
1 parent 78d6139 commit 48a9e9e
Show file tree
Hide file tree
Showing 3 changed files with 1,190 additions and 1,113 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class GlobalAsyncStateManager(private val memoryManager: GlobalMemoryManager) {
convertToGlobalIfNeeded(message)
preState = false
}
logger.info {"SGX message=$message"}
// stateType should not change after a conversion.
Preconditions.checkArgument(stateType == extractStateType(message))

Expand Down
Loading

0 comments on commit 48a9e9e

Please sign in to comment.