Skip to content

Commit

Permalink
add some godocs
Browse files Browse the repository at this point in the history
  • Loading branch information
raskchanky committed Jan 25, 2024
1 parent fab75fe commit dfd68eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions physical/raft/raft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ func TestRaft_VerifierEnabled(t *testing.T) {
})
}

// TestRaft_ParseRaftWalBackend ensures that the raft_wal config option parses correctly and returns an error if not
func TestRaft_ParseRaftWalBackend(t *testing.T) {
raftDir := t.TempDir()
conf := map[string]string{
Expand Down Expand Up @@ -408,6 +409,7 @@ func TestRaft_ParseRaftWalVerifierInterval(t *testing.T) {
}
}

// TestRaft_ParseAutopilotUpgradeVersion tests that autopilot_upgrade_version parses correctly and returns an error if not
func TestRaft_ParseAutopilotUpgradeVersion(t *testing.T) {
raftDir := t.TempDir()
conf := map[string]string{
Expand Down

0 comments on commit dfd68eb

Please sign in to comment.