Skip to content

Commit

Permalink
docs: update module level docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jun 12, 2024
1 parent cf7e938 commit 67b14ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions internal/test_cases/transaction_test_case.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import (
"github.com/codecrafters-io/tester-utils/logger"
)

// TransactionTestCase is a test case where we connect to a master
// as a replica and perform either all or a subset of the replication handshake.
// TransactionTestCase is a test case where we initiate a transaction by sending "MULTI" command
// Send a series of commands to the server expected back "QUEUED" for each command
// Finally send "EXEC" command and expect the response to be the same as ResultArray
//
// RunAll will run all the steps in the replication handshake. Alternatively, you
// RunAll will run all the steps in the Transaction execution. Alternatively, you
// can run each step individually.
type TransactionTestCase struct {
// All the CommandQueue will be sent in order to client
Expand Down

0 comments on commit 67b14ec

Please sign in to comment.