Skip to content

Commit

Permalink
Merge pull request #2169 from josephschorr/deparallel-steelthread
Browse files Browse the repository at this point in the history
Deparallelize the steelthread tests to hopefully remove the flakiness
  • Loading branch information
vroldanbet authored Dec 16, 2024
2 parents 1c316f7 + 3989ced commit 397fefb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/services/steelthreadtesting/steelthread_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ const defaultConnBufferSize = humanize.MiByte
func TestMemdbSteelThreads(t *testing.T) {
for _, tc := range steelThreadTestCases {
t.Run(tc.name, func(t *testing.T) {
t.Parallel()

emptyDS, err := memdb.NewMemdbDatastore(0, 5*time.Second, 2*time.Hour)
require.NoError(t, err)

Expand All @@ -48,7 +46,6 @@ func TestNonMemdbSteelThreads(t *testing.T) {

for _, engineID := range datastore.SortedEngineIDs() {
t.Run(engineID, func(t *testing.T) {
t.Parallel()
rde := testdatastore.RunDatastoreEngine(t, engineID)

for _, tc := range steelThreadTestCases {
Expand Down

0 comments on commit 397fefb

Please sign in to comment.