test: expland replay tests a bit

pull/24376/head
Marco Neumann 2021-08-03 12:56:09 +02:00
parent b868cd160e
commit 567ef7e991
1 changed files with 11 additions and 1 deletions

View File

@ -1435,7 +1435,7 @@ mod tests {
TestSequencedEntry {
sequencer_id: 0,
sequence_number: 0,
lp: "table_2,tag_partition_by=a bar=10 0",
lp: "table_2,tag_partition_by=a bar=20 0",
},
TestSequencedEntry {
sequencer_id: 0,
@ -1461,6 +1461,16 @@ mod tests {
"+-----+------------------+----------------------+",
],
),
Check::Query(
"select * from table_2 order by bar",
vec![
"+-----+------------------+----------------------+",
"| bar | tag_partition_by | time |",
"+-----+------------------+----------------------+",
"| 20 | a | 1970-01-01T00:00:00Z |",
"+-----+------------------+----------------------+",
],
),
Check::Query(
"explain select * from table_1 order by bar",
vec![