GitHub user kongfanshen-0801 added a comment to the discussion: Regression test cases fail after enabling Transparent Data Encryption (TDE) functionality
test: appendonly test: aocs The reason for the failure of these two use cases is that the data is encrypted and random, and the compression algorithm determines that the storage space has not decreased after compression. So no compression was performed. The test case calls select get_ao_compression_ratio to calculate the compression ratio, which is 1, indicating that no compression has been performed. This is inconsistent with the expected compression ratio. test: rle rle_delta dsp not_out_of_shmem_exit_slots create_am_gp These test cases did not fail in my testing cluster test: ao_checksum_corruption This test case directly modifies the file by changing check_sum. But when TDE is enabled, all files are encrypted, so it's not about modifying check_stum. So the expected output of the use case is inconsistent. test: AOCO_Compression AORO_Compression The data is encrypted, compression ratio is not expected. test: table_statistics test: fts_recovery_in_progress These test cases did not fail in my testing cluster test: mirror_replay This test case is skipped in greenplum_schedule GitHub link: https://github.com/apache/cloudberry/discussions/1412#discussioncomment-14834577 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
