adapt scn for migration
This commit is contained in:
@ -256,7 +256,7 @@ void TestSSTableMeta::prepare_create_sstable_param()
|
||||
param_.data_checksum_ = 0;
|
||||
param_.occupy_size_ = 0;
|
||||
param_.ddl_log_ts_ = 0;
|
||||
param_.filled_tx_log_ts_ = 0;
|
||||
param_.filled_tx_scn_.set_min();
|
||||
param_.original_size_ = 0;
|
||||
param_.compressor_type_ = ObCompressorType::NONE_COMPRESSOR;
|
||||
param_.encrypt_id_ = 0;
|
||||
@ -558,7 +558,7 @@ TEST_F(TestMigrationSSTableParam, test_migrate_sstable)
|
||||
src_sstable_param.data_checksum_ = 0;
|
||||
src_sstable_param.occupy_size_ = 0;
|
||||
src_sstable_param.ddl_log_ts_ = 0;
|
||||
src_sstable_param.filled_tx_log_ts_ = 0;
|
||||
src_sstable_param.filled_tx_scn_.set_min();
|
||||
src_sstable_param.original_size_ = 0;
|
||||
src_sstable_param.compressor_type_ = ObCompressorType::NONE_COMPRESSOR;
|
||||
src_sstable_param.encrypt_id_ = 1234;
|
||||
|
Reference in New Issue
Block a user