Skip to content

Commit

Permalink
test: add query profile views to tests (#1115)
Browse files Browse the repository at this point in the history
* test: add query profile views to tests

Add the query profile views to the expected outcome for psql tests.

* fix: also update row count
  • Loading branch information
olavloite authored Oct 13, 2023
1 parent 5fee6f8 commit 901ac20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/e2e-expected/backslash-dt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
testdb_e2e_psql_v?? | spanner_sys | lock_stats_total_hour | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | lock_stats_total_minute | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | oldest_active_queries | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | query_profiles_top_10minute | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | query_profiles_top_hour | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | query_profiles_top_minute | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | query_stats_top_10minute | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | query_stats_top_hour | VIEW | | | | | | | | | | | | |
Expand All @@ -67,5 +69,5 @@
testdb_e2e_psql_v?? | spanner_sys | txn_stats_total_10minute | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | txn_stats_total_hour | VIEW | | | | | | | | | | | | |
testdb_e2e_psql_v?? | spanner_sys | txn_stats_total_minute | VIEW | | | | | | | | | | | | |
(66 rows)
(68 rows)

0 comments on commit 901ac20

Please sign in to comment.