1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Commit Graph

7 Commits

Author SHA1 Message Date
Wenqi Hu
398dc55021 source-mssql: Update CDK version to fix debezium closing record racing condition (#70306) 2025-12-05 18:17:57 +00:00
Wenqi Hu
e5d3164298 Make sure views use non-resumable partitions (#69754) 2025-11-19 15:03:53 -08:00
Wenqi Hu
a66a9af25f Remove default schema name for mssql -> discover all (#69327) 2025-11-14 08:47:40 +00:00
Wenqi Hu
a43105e5b7 Fix multiple mssql issues (#69311) 2025-11-12 22:17:44 -08:00
Wenqi Hu
a9afe9546b Migrate source mssql from old CDK to new CDK (#63731) 2025-10-28 23:56:33 -07:00
Stephane Geneix
cdf80f3bfa get source-mssql CI to green (#35721)
TheAbstractMssqlSourceDatatypeTest was wrong for reals. 
CdcMssqlSourceTest and CdcMssqlSslSourceTest no longer use exclusive containers.
tests that change the SQLServer agent state are now in their own test class (which needs to use an exclusive container)

Besides that, the core of the problem can be grouped in 2 issues:
a) some tests are failing to enable CDC for tables. This is due to a timing issue. We moved that logic into its own function that will try for a total of 240seconds before giving up.
b) some tests are failing when trying to read the minLsn. There is a 1sec wait implemented in the production code. Instead we introduce a busy loop that will wait for a total of 240seconds for records to appear in the CDC table before giving up. That function is implemented in test code.

Unfortunately, for both cases, we sometimes needed to wait while in the middle of a function implemented in the CDK. We introduced a few hooks in the parent PR that are implemented in this PR for the source-mssql tests, and use the functions described above
2024-03-06 09:01:37 -08:00
Marius Posta
d97a399a24 source-mysql, source-mssql: parallelize test execution (#32772)
Co-authored-by: postamar <postamar@users.noreply.github.com>
2023-11-27 12:49:06 -06:00