Skip to content

Commit

Permalink
Remove telemetry isolation test
Browse files Browse the repository at this point in the history
The telemetry isolation test `telemetry_iso` does not test anything and
does not seem to work, so it is removed. The debug waitpoint was taken
in the same session, so the waitpoint was not waited on.
  • Loading branch information
mkindahl committed Aug 14, 2023
1 parent 71b0168 commit 1102d34
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
26 changes: 0 additions & 26 deletions tsl/test/isolation/expected/telemetry_iso.out

This file was deleted.

3 changes: 1 addition & 2 deletions tsl/test/isolation/specs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
dist_ha_chunk_drop.spec
dist_ha_chunk_drop.spec
dist_restore_point.spec
remote_create_chunk.spec
telemetry_iso.spec)
remote_create_chunk.spec)
if(PG_VERSION VERSION_GREATER_EQUAL "14.0")
list(APPEND TEST_FILES freeze_chunk.spec compression_dml_iso.spec)
endif()
Expand Down
35 changes: 0 additions & 35 deletions tsl/test/isolation/specs/telemetry_iso.spec

This file was deleted.

0 comments on commit 1102d34

Please sign in to comment.