summaryrefslogtreecommitdiff
path: root/test/e2e-go/features/transactions/lease_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e-go/features/transactions/lease_test.go')
-rw-r--r--test/e2e-go/features/transactions/lease_test.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/e2e-go/features/transactions/lease_test.go b/test/e2e-go/features/transactions/lease_test.go
index 3e96cee5c..2d34d3d34 100644
--- a/test/e2e-go/features/transactions/lease_test.go
+++ b/test/e2e-go/features/transactions/lease_test.go
@@ -29,6 +29,7 @@ import (
func TestLeaseTransactionsSameSender(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -90,6 +91,7 @@ func TestLeaseTransactionsSameSender(t *testing.T) {
func TestLeaseRegressionFaultyFirstValidCheckOld_2f3880f7(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -164,6 +166,7 @@ func TestLeaseRegressionFaultyFirstValidCheckOld_2f3880f7(t *testing.T) {
func TestLeaseRegressionFaultyFirstValidCheckNew_2f3880f7(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -225,6 +228,7 @@ func TestLeaseRegressionFaultyFirstValidCheckNew_2f3880f7(t *testing.T) {
func TestLeaseTransactionsSameSenderDifferentLease(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -288,6 +292,7 @@ func TestLeaseTransactionsSameSenderDifferentLease(t *testing.T) {
func TestLeaseTransactionsDifferentSender(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))
@@ -364,6 +369,7 @@ func TestLeaseTransactionsDifferentSender(t *testing.T) {
func TestOverlappingLeases(t *testing.T) {
partitiontest.PartitionTest(t)
+ defer fixtures.ShutdownSynchronizedTest(t)
t.Parallel()
a := require.New(fixtures.SynchronizedTest(t))