Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe current test naming conventions in the contributing guidelines #2821

Merged
merged 14 commits into from
Jun 9, 2023
Prev Previous commit
Next Next commit
wip
  • Loading branch information
rumyantseva committed Jun 8, 2023
commit 5a0d77fea378acf4de1e933f64641021a1cb7a2c
4 changes: 2 additions & 2 deletions integration/indexes_compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ func TestIndexesCompatCreate(t *testing.T) {
}
}

// TestIndexesCreateCommand tests specific behavior for index creation that can be only provided through RunCommand.
func TestIndexesCompatCreateCommand(t *testing.T) {
// TestIndexesCreateCommandCompat tests specific behavior for index creation that can be only provided through RunCommand.
AlekSi marked this conversation as resolved.
Show resolved Hide resolved
func TestIndexesCreateCommandCompat(t *testing.T) {
setup.SkipForTigrisWithReason(t, "Indexes creation is not supported for Tigris")

t.Parallel()
Expand Down