Intent of version_history.go ×1
All 51 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/51 tests-
server/51 tests-
common/9 tests-
persistence/9 tests-
versionhistory/9 tests-
TestVersionHistoriesSuite/8 tests-
go.temporal.io/server/common/persistence/versionhistory/TestVersionHistoriesSuite/TestFindLCAVersionHistoryIndexAndItem_LargerEventIDWins -
go.temporal.io/server/common/persistence/versionhistory/TestVersionHistoriesSuite/TestFindLCAVersionHistoryIndexAndItem_SameEventIDShorterLengthWins -
go.temporal.io/server/common/persistence/versionhistory/TestVersionHistoriesSuite/TestFindLCAVersionHistoryItemFromItems -
go.temporal.io/server/common/persistence/versionhistory/TestVersionHistoriesSuite/TestIsVersionHistoryItemsInSameBranch_DifferentBranch1_Return_False -
go.temporal.io/server/common/persistence/versionhistory/TestVersionHistoriesSuite/TestIsVersionHistoryItemsInSameBranch_DifferentBranch2_Return_False -
go.temporal.io/server/common/persistence/versionhistory/TestVersionHistoriesSuite/TestIsVersionHistoryItemsInSameBranch_SameBranch1_Return_True -
go.temporal.io/server/common/persistence/versionhistory/TestVersionHistoriesSuite/TestIsVersionHistoryItemsInSameBranch_SameBranch2_Return_True -
go.temporal.io/server/common/persistence/versionhistory/TestVersionHistoriesSuite/TestIsVersionHistoryItemsInSameBranch_Same_VersionItems_Return_True
-
-
TestVersionHistorySuite/1 test
-
-
-
-
service/42 tests-
history/42 tests-
api/2 tests-
getworkflowexecutionrawhistory/1 test
-
-
ndc/28 tests-
TestActivityStateReplicatorSuite/4 tests-
go.temporal.io/server/service/history/ndc/TestActivityStateReplicatorSuite/TestVersionHistory_Diverge_IncomingLarger -
go.temporal.io/server/service/history/ndc/TestActivityStateReplicatorSuite/TestVersionHistory_Diverge_LocalLarger -
go.temporal.io/server/service/history/ndc/TestActivityStateReplicatorSuite/TestVersionHistory_IncomingIsSuperSet_NoResend -
go.temporal.io/server/service/history/ndc/TestActivityStateReplicatorSuite/TestVersionHistory_IncomingIsSuperSet_Resend
-
-
TestBranchMgrSuite/4 tests-
go.temporal.io/server/service/history/ndc/TestBranchMgrSuite/TestCreate_MissingEventInBetween -
go.temporal.io/server/service/history/ndc/TestBranchMgrSuite/TestCreate_NoMissingEventInBetween -
go.temporal.io/server/service/history/ndc/TestBranchMgrSuite/TestGetOrCreate_BranchAppendable_MissingEventInBetween -
go.temporal.io/server/service/history/ndc/TestBranchMgrSuite/TestGetOrCreate_BranchAppendable_NoMissingEventInBetween
-
-
TestHSMStateReplicatorSuite/14 tests-
TestSyncHSM_StateMachineNotFound/2 tests -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_Diverge_IncomingEventVersionLarger -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_Diverge_LocalEventVersionLarger -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingEventVersionSuperSet -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingLastUpdateVersionNewer -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingLastUpdateVersionStale -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingLastUpdateVersionedTransitionNewer -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingLastUpdateVersionedTransitionStale -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingStateNewer_WorkflowClosed -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingStateNewer_WorkflowOpen -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingStateNewer_WorkflowZombie -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_IncomingStateStale -
go.temporal.io/server/service/history/ndc/TestHSMStateReplicatorSuite/TestSyncHSM_LocalEventVersionSuperSet
-
-
TestWorkflowReplicatorSuite/6 tests-
go.temporal.io/server/service/history/ndc/TestWorkflowReplicatorSuite/Test_ReplicateVersionedTransition_DifferentBranch_SyncState -
go.temporal.io/server/service/history/ndc/TestWorkflowReplicatorSuite/Test_ReplicateVersionedTransition_SameBranch_SyncMutation -
go.temporal.io/server/service/history/ndc/TestWorkflowReplicatorSuite/Test_ReplicateVersionedTransition_SameBranch_SyncSnapshot -
go.temporal.io/server/service/history/ndc/TestWorkflowReplicatorSuite/Test_bringLocalEventsUpToSourceCurrentBranch_CreateNewBranch -
go.temporal.io/server/service/history/ndc/TestWorkflowReplicatorSuite/Test_bringLocalEventsUpToSourceCurrentBranch_WithGapAndTailEvents -
go.temporal.io/server/service/history/ndc/TestWorkflowReplicatorSuite/Test_bringLocalEventsUpToSourceCurrentBranch_WithGapAndTailEvents_NotConsecutive
-
-
-
replication/11 tests-
TestExecutableVerifyVersionedTransitionTaskSuite/2 tests -
TestSyncWorkflowState/7 tests-
TestSyncWorkflowState_ReturnSnapshot/3 tests-
go.temporal.io/server/service/history/replication/TestSyncWorkflowState/TestSyncWorkflowState_ReturnSnapshot/tombstone_batch_is_empty -
go.temporal.io/server/service/history/replication/TestSyncWorkflowState/TestSyncWorkflowState_ReturnSnapshot/tombstone_batch_is_not_empty -
go.temporal.io/server/service/history/replication/TestSyncWorkflowState/TestSyncWorkflowState_ReturnSnapshot/tombstone_batch_is_not_empty,_but_target_state_transition_is_before_break_point
-
-
go.temporal.io/server/service/history/replication/TestSyncWorkflowState/TestGetSyncStateEvents -
go.temporal.io/server/service/history/replication/TestSyncWorkflowState/TestGetSyncStateEvents_EventsUpToDate_ReturnNothing -
go.temporal.io/server/service/history/replication/TestSyncWorkflowState/TestSyncWorkflowState_NoVersionTransitionProvided_ReturnSnapshot -
go.temporal.io/server/service/history/replication/TestSyncWorkflowState/TestSyncWorkflowState_ReturnMutation
-
-
TestWorkflowCacheSuite/1 test -
eventhandler/1 test
-
-
-
-