Skip to content

Commit

Permalink
fix mem leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon9997 committed Jan 20, 2025
1 parent 435ac53 commit f149abe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/system-test/2-query/min.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from util.cases import *
from util.sql import *
import numpy as np
import time


class TDTestCase:
def init(self, conn, logSql, replicaVar=1):
Expand All @@ -15,7 +15,6 @@ def init(self, conn, logSql, replicaVar=1):
self.ts = 1537146000000

def run(self):
time.sleep(10)
dbname = "db"
tdSql.prepare()

Expand Down

0 comments on commit f149abe

Please sign in to comment.