Skip to content

Commit

Permalink
refactor: small fixes after reviewing PR
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj committed Nov 1, 2024
1 parent f2d4d4f commit 2d12d8f
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 95 deletions.
4 changes: 2 additions & 2 deletions influxdb3/tests/server/system_tables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ async fn last_caches_table() {
"| table | name | key_columns | value_columns | count | ttl |",
"+-------+---------------------+-------------+---------------+-------+-------+",
"| cpu | cpu_host_last_cache | [1] | | 1 | 14400 |",
"| mem | mem_last_cache | [6, 5] | [7] | 1 | 60 |",
"| mem | mem_last_cache | [6, 5] | [7, 8] | 1 | 60 |",
"+-------+---------------------+-------------+---------------+-------+-------+",
],
&batches
Expand Down Expand Up @@ -240,7 +240,7 @@ async fn last_caches_table() {
"+-------+----------------+-------------+---------------+-------+-----+",
"| table | name | key_columns | value_columns | count | ttl |",
"+-------+----------------+-------------+---------------+-------+-----+",
"| mem | mem_last_cache | [6, 5] | [7] | 1 | 60 |",
"| mem | mem_last_cache | [6, 5] | [7, 8] | 1 | 60 |",
"+-------+----------------+-------------+---------------+-------+-----+",
],
&batches
Expand Down
Loading

0 comments on commit 2d12d8f

Please sign in to comment.