Intent of errors.go ×1
All 50 exact tests in this concept. Every test is marked by where it enters the hierarchy.
-
go.temporal.io/50 tests-
server/50 tests-
common/50 tests-
persistence/50 tests-
nosql/12 tests-
nosqlplugin/12 tests-
cassandra/12 tests-
gocql/12 tests-
TestConvertError/12 tests-
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/RequestErrWriteTimeout -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/RequestError_ErrCodeInvalid_disk_usage -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/RequestError_ErrCodeInvalid_other -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/RequestError_ErrCodeOverloaded -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/ResourceExhausted_passthrough -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/context.DeadlineExceeded -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/gocql.ErrConnectionClosed -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/gocql.ErrNotFound -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/gocql.ErrTimeoutNoResponse -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/nil -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/unknown_error_becomes_unavailable -
go.temporal.io/server/common/persistence/nosql/nosqlplugin/cassandra/gocql/TestConvertError/wrapped_DeadlineExceeded
-
-
-
-
-
-
tests/38 tests-
TestCassandraClusterMetadataPersistence/1 test -
TestCassandraExecutionMutableStateStoreSuite/8 tests-
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateStoreSuite/TestArchetypeSeparateIDSpace -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateStoreSuite/TestConflictResolve_SuppressCurrent_CurrentConflict -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateStoreSuite/TestDeleteCurrent_IsCurrent -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateStoreSuite/TestDeleteCurrent_NotCurrent -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateStoreSuite/TestDelete_Exists -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateStoreSuite/TestDelete_NotExists -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateStoreSuite/TestSet_NotExists -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateStoreSuite/TestUpdate_NotZombie_CurrentConflict
-
-
TestCassandraExecutionMutableStateTaskStoreSuite/15 tests-
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetCompleteImmediateTask_Single -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetCompleteReplicationTask_Single -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetCompleteScheduledTask_Single -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetCompleteTimerTask_Single -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetCompleteTransferTask_Single -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetCompleteVisibilityTask_Single -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetRangeCompleteImmediateTasks_Multiple -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetRangeCompleteScheduledTasks_Multiple -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetReplicationTasks_Multiple -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetTimerTasks_Multiple -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetTransferTasks_Multiple -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestAddGetVisibilityTasks_Multiple -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestGetScheduledTasksOrdered -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestGetTimerTasksOrdered -
go.temporal.io/server/common/persistence/tests/TestCassandraExecutionMutableStateTaskStoreSuite/TestIsReplicationDLQEmpty
-
-
TestCassandraFairTaskQueueSuite/1 test -
TestCassandraQueueV2Persistence/11 tests-
CassandraSpecific/9 tests-
QueryErrors/9 tests-
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/CreateQueueQuery -
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/EnqueueMessageGetMaxMessageIDQuery -
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/ErrEnqueueMessageQuery -
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/ErrReadMessagesQuery -
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/GetQueueQuery -
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/ListQueuesGetMaxMessageIDQuery -
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/RangeDeleteMessagesGetMaxMessageIDQuery -
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/RangeDeleteMessagesQuery -
go.temporal.io/server/common/persistence/tests/TestCassandraQueueV2Persistence/CassandraSpecific/QueryErrors/RangeDeleteMessagesUpdateQueueQuery
-
-
-
Generic/2 tests-
HistoryTaskQueueManagerImpl/1 test
-
-
-
TestCassandraTaskQueueSuite/1 test -
TestCassandraTaskQueueUserDataSuite/1 test
-
-
-
-
-