Skip to content

Commit

Permalink
Update "freeze_chunk" test output
Browse files Browse the repository at this point in the history
  • Loading branch information
konskov committed Sep 4, 2023
1 parent e66a400 commit 66f66ed
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions tsl/test/isolation/expected/freeze_chunk.out
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ debug_waitpoint_release

(1 row)

step s1_freeze: SELECT _timescaledb_functions.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
s1: WARNING: function _timescaledb_internal.freeze_chunk(regclass) is deprecated and has been moved to _timescaledb_functions schema. this compatibility function will be removed in a future version.
step s1_freeze: SELECT _timescaledb_internal.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
step ins_s2_commit: COMMIT;
step s1_freeze: <... completed>
freeze_chunk
Expand Down Expand Up @@ -53,7 +54,8 @@ debug_waitpoint_release

(1 row)

step s1_freeze: SELECT _timescaledb_functions.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
s1: WARNING: function _timescaledb_internal.freeze_chunk(regclass) is deprecated and has been moved to _timescaledb_functions schema. this compatibility function will be removed in a future version.
step s1_freeze: SELECT _timescaledb_internal.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
step upd_s2_commit: COMMIT;
step s1_freeze: <... completed>
freeze_chunk
Expand Down Expand Up @@ -91,7 +93,8 @@ debug_waitpoint_release

(1 row)

step s1_freeze: SELECT _timescaledb_functions.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
s1: WARNING: function _timescaledb_internal.freeze_chunk(regclass) is deprecated and has been moved to _timescaledb_functions schema. this compatibility function will be removed in a future version.
step s1_freeze: SELECT _timescaledb_internal.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
step del_s2_commit: COMMIT;
step s1_freeze: <... completed>
freeze_chunk
Expand Down Expand Up @@ -134,7 +137,8 @@ debug_waitpoint_release

(1 row)

step s1_freeze: SELECT _timescaledb_functions.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q;
s1: WARNING: function _timescaledb_internal.freeze_chunk(regclass) is deprecated and has been moved to _timescaledb_functions schema. this compatibility function will be removed in a future version.
step s1_freeze: SELECT _timescaledb_internal.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q;
freeze_chunk
------------
t
Expand Down Expand Up @@ -165,7 +169,8 @@ lock_chunktable
(1 row)

step comp_s2_compress: BEGIN; SELECT CASE WHEN compress_chunk(ch) IS NOT NULL THEN 'Success' ELSE 'Failed' END as COL FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
step s1_freeze: SELECT _timescaledb_functions.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
s1: WARNING: function _timescaledb_internal.freeze_chunk(regclass) is deprecated and has been moved to _timescaledb_functions schema. this compatibility function will be removed in a future version.
step s1_freeze: SELECT _timescaledb_internal.freeze_chunk(ch) FROM (SELECT show_chunks('measurements') ch ) q; <waiting ...>
step UnlockChunk: ROLLBACK;
step comp_s2_compress: <... completed>
col
Expand Down

0 comments on commit 66f66ed

Please sign in to comment.