Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Dec 3, 2024
1 parent 2983c78 commit f21e46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cases/standalone/common/ttl/metric_engine_ttl.result
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SELECT val, host FROM test_ttl;
| 1.0 | host1 |
+-----+-------+

-- restar the cluster, ensure everything is ok
-- restart the db, ensure everything is ok
-- SQLNESS ARG restart=true
SELECT val, host FROM test_ttl;

Expand Down
2 changes: 1 addition & 1 deletion tests/cases/standalone/common/ttl/metric_engine_ttl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ADMIN compact_table('phy');
--- should not be expired --
SELECT val, host FROM test_ttl;

-- restar the cluster, ensure everything is ok
-- restart the db, ensure everything is ok
-- SQLNESS ARG restart=true
SELECT val, host FROM test_ttl;

Expand Down

0 comments on commit f21e46c

Please sign in to comment.