Skip to content

Commit

Permalink
update integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
  • Loading branch information
waynexia committed Feb 27, 2024
1 parent 44ebe81 commit eee8f2b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests-integration/src/tests/instance_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1873,12 +1873,7 @@ async fn test_custom_storage(instance: Arc<dyn MockInstance>) {
a int null primary key,
ts timestamp time index,
)
PARTITION BY RANGE COLUMNS (a) (
PARTITION r0 VALUES LESS THAN (1),
PARTITION r1 VALUES LESS THAN (10),
PARTITION r2 VALUES LESS THAN (100),
PARTITION r3 VALUES LESS THAN (MAXVALUE),
)
PARTITION ON COLUMNS (a) ()

This comment has been minimized.

Copy link
@killme2008

killme2008 Feb 27, 2024

Contributor

will it be added back?

This comment has been minimized.

Copy link
@waynexia

waynexia Feb 27, 2024

Author Member

To this case I think not. Partition is not the thing to be tested here. But I would add it back to related cases

with(storage='{storage_name}')
"#
)
Expand Down

0 comments on commit eee8f2b

Please sign in to comment.