delta icon indicating copy to clipboard operation
delta copied to clipboard

[Spark] Create MergeCDCCoreSuite to run only core CDC tests

Open johanl-db opened this issue 1 year ago • 0 comments

Which Delta project/connector is this regarding?

  • [X] Spark
  • [ ] Standalone
  • [ ] Flink
  • [ ] Kernel
  • [ ] Other (fill in here)

Description

This is a small refactor to MergeCDCSuite to create a second, smaller suite MergeCDCCoreSuite that only runs CDC tests defined in that same file. This allows running a small number of tests with high CDC coverage instead of running the (very) large number of tests defined in MergeIntoSQLSuite every time.

How was this patch tested?

Running the tests

Does this PR introduce any user-facing changes?

No

johanl-db avatar Dec 15 '23 13:12 johanl-db