Skip to content

Commit

Permalink
Merge pull request #19462 from taosdata/test/ts-2400
Browse files Browse the repository at this point in the history
test: add cases for ts-2440
  • Loading branch information
plum-lihui authored Jan 10, 2023
2 parents 8545bf0 + 91821c9 commit 27bf29c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/system-test/1-insert/time_range_wise.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,11 @@ def run(self):
tdLog.printNoPrefix("==========step4:after wal, all check again ")
self.all_test()

# add for TS-2440
for i in range(self.rows):
tdSql.execute("drop database if exists db3 ")
tdSql.execute("create database db3 retentions 1s:4m,2s:8m,3s:12m")

def stop(self):
tdSql.close()
tdLog.success(f"{__file__} successfully executed")
Expand Down

0 comments on commit 27bf29c

Please sign in to comment.