-
Notifications
You must be signed in to change notification settings - Fork 3k
Migrate TableTestBase related classes to JUnit5 #10080
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| Assert.assertEquals(4, result.deleteFiles().size()); | ||
| Assert.assertEquals(0, result.referencedDataFiles().size()); | ||
| Assert.assertFalse(result.referencesDataFiles()); | ||
| assertThat(writer.result().deleteFiles()).hasSize(4); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you may want to remove the result variable if you're using it directly here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, I will update this part.
b22fb16 to
728caf8
Compare
nastra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the changes you have so far LGTM, is this PR still WIP or ready?
Thanks for the review. This PR is ready, and all the classes are already migrated. Remove "WIP". |
Migrate the following test classes to delete
TableTestBasefor #9085.This PR is for the migration of
TableTestBaserelated classes in #10063.Current Progress
Core:
(skipped)
TestContentFileParser(skipped)
TestFileScanTaskParserutil/TestTableScanUtilWriterTestBaseTestFileWriterFactoryTestGenericFileWriterFactoryTestSparkFileWriterFactoryfor the versions: v3.3, v3.4, v3.5TestFlinkFileWriterFactoryfor the versions: v1.16, v.1.17, v1.18TestPartitioningWritersTestSparkPartitioningWritersfor the versions: v3.3, v3.4, v3.5TestFlinkPartitioningWritersfor the versions: v1.16, v.1.17, v1.18TestPositionDeltaWritersTestSparkPositionDeltaWritersfor the versions: v3.3, v3.4, v3.5TestFlinkPositionDeltaWritersfor the versions: v1.16, v.1.17, v1.18TestRollingFileWritersTestSparkRollingFileWritersfor the versions: v3.3, v3.4, v3.5TestFlinkRollingFileWritersfor the versions: v1.16, v.1.17, v1.18iceberg-flinkfor the versions: v1.16, v.1.17, v1.18TestStreamingReaderOperatorTestStreamingMonitorFunctionTestIcebergFilesCommitterTestDeltaTaskWriter