diff --git a/applications/source/debezium-source/src/test/resources/json/mysql_ddl_drop_inventory_address_table.json b/applications/source/debezium-source/src/test/resources/json/mysql_ddl_drop_inventory_address_table.json index 66a5d8cf..b2a88638 100644 --- a/applications/source/debezium-source/src/test/resources/json/mysql_ddl_drop_inventory_address_table.json +++ b/applications/source/debezium-source/src/test/resources/json/mysql_ddl_drop_inventory_address_table.json @@ -3,7 +3,9 @@ "version": "${json-unit.ignore}", "connector": "mysql", "name": "my-topic", - "ts_ms": 1681662168850, + "ts_ms": "${json-unit.ignore}", + "ts_ns": "${json-unit.ignore}", + "ts_us": "${json-unit.ignore}", "snapshot": "true", "db": "inventory", "table": "addresses", diff --git a/applications/source/debezium-source/src/test/resources/json/mysql_delete_inventory_customers.json b/applications/source/debezium-source/src/test/resources/json/mysql_delete_inventory_customers.json index 1545ea43..1bace92a 100644 --- a/applications/source/debezium-source/src/test/resources/json/mysql_delete_inventory_customers.json +++ b/applications/source/debezium-source/src/test/resources/json/mysql_delete_inventory_customers.json @@ -11,6 +11,8 @@ "connector": "mysql", "name": "my-topic", "ts_ms": "${json-unit.ignore}", + "ts_ns": "${json-unit.ignore}", + "ts_us": "${json-unit.ignore}", "snapshot": "false", "db": "inventory", "table": "customers", @@ -24,5 +26,7 @@ }, "op": "d", "ts_ms": "${json-unit.ignore}", + "ts_ns": "${json-unit.ignore}", + "ts_us": "${json-unit.ignore}", "transaction": null } diff --git a/applications/source/debezium-source/src/test/resources/json/mysql_insert_inventory_products_106.json b/applications/source/debezium-source/src/test/resources/json/mysql_insert_inventory_products_106.json index 09955a60..93c11d00 100644 --- a/applications/source/debezium-source/src/test/resources/json/mysql_insert_inventory_products_106.json +++ b/applications/source/debezium-source/src/test/resources/json/mysql_insert_inventory_products_106.json @@ -10,7 +10,9 @@ "version": "${json-unit.ignore}", "connector": "mysql", "name": "my-topic", - "ts_ms": 1681663084000, + "ts_ms": "${json-unit.ignore}", + "ts_ns": "${json-unit.ignore}", + "ts_us": "${json-unit.ignore}", "snapshot": "true", "db": "inventory", "table": "products", @@ -24,5 +26,7 @@ }, "op": "r", "ts_ms": "${json-unit.ignore}", + "ts_ns": "${json-unit.ignore}", + "ts_us": "${json-unit.ignore}", "transaction": null } diff --git a/applications/source/debezium-source/src/test/resources/json/mysql_update_inventory_customers.json b/applications/source/debezium-source/src/test/resources/json/mysql_update_inventory_customers.json index ee992d10..4a31b101 100644 --- a/applications/source/debezium-source/src/test/resources/json/mysql_update_inventory_customers.json +++ b/applications/source/debezium-source/src/test/resources/json/mysql_update_inventory_customers.json @@ -16,6 +16,8 @@ "connector": "mysql", "name": "my-topic", "ts_ms": "${json-unit.ignore}", + "ts_ns": "${json-unit.ignore}", + "ts_us": "${json-unit.ignore}", "snapshot": "false", "db": "inventory", "table": "customers", @@ -29,5 +31,7 @@ }, "op": "u", "ts_ms": "${json-unit.ignore}", + "ts_ns": "${json-unit.ignore}", + "ts_us": "${json-unit.ignore}", "transaction": null }