Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Dec 16, 2024
1 parent 5da5865 commit 6c056f2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions topologytest/no_race_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Copyright 2024-Present Couchbase, Inc.
//
// Use of this software is governed by the Business Source License included
// in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
// in that file, in accordance with the Business Source License, use of this
// software will be governed by the Apache License, Version 2.0, included in
// the file licenses/APL2.txt.

//go:build !race

package topologytest

const raceEnabled = false
13 changes: 13 additions & 0 deletions topologytest/race_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Copyright 2024-Present Couchbase, Inc.
//
// Use of this software is governed by the Business Source License included
// in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
// in that file, in accordance with the Business Source License, use of this
// software will be governed by the Apache License, Version 2.0, included in
// the file licenses/APL2.txt.

//go:build race

package topologytest

const raceEnabled = true

0 comments on commit 6c056f2

Please sign in to comment.