From 54523744f219c1ef67c5edace71852f1640d9350 Mon Sep 17 00:00:00 2001 From: suryakumari Date: Tue, 27 May 2025 13:27:19 +0530 Subject: [PATCH 1/3] debug --- .../src/e2e-test/resources/errorMessage.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/cloudsql-mysql-plugin/src/e2e-test/resources/errorMessage.properties b/cloudsql-mysql-plugin/src/e2e-test/resources/errorMessage.properties index 89a1b23df..09f0447e1 100644 --- a/cloudsql-mysql-plugin/src/e2e-test/resources/errorMessage.properties +++ b/cloudsql-mysql-plugin/src/e2e-test/resources/errorMessage.properties @@ -24,3 +24,4 @@ errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: errorMessageInvalidPassword=SQL error while getting query schema: Error: Access denied for user errorMessagePrivateConnectionName=Enter the internal IP address of the Compute Engine VM cloudsql proxy is running on, to connect to a private errorMessageWithBlankPassword=Exception while trying to validate schema of database table + From b480034aac7f5f7b2fae844a62704605ec1be477 Mon Sep 17 00:00:00 2001 From: AnkitCLI Date: Tue, 17 Jun 2025 11:50:30 +0530 Subject: [PATCH 2/3] debug --- .../src/e2e-test/features/source/OracleDesignTime.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/oracle-plugin/src/e2e-test/features/source/OracleDesignTime.feature b/oracle-plugin/src/e2e-test/features/source/OracleDesignTime.feature index 5bd52b7a5..e4e6f9b05 100644 --- a/oracle-plugin/src/e2e-test/features/source/OracleDesignTime.feature +++ b/oracle-plugin/src/e2e-test/features/source/OracleDesignTime.feature @@ -82,3 +82,4 @@ Feature: Oracle source- Verify Oracle source plugin design time scenarios Then Verify the Output Schema matches the Expected Schema: "outputSchema" Then Validate "Oracle" plugin properties Then Close the Plugin Properties page + From daeaf22b34f87fe52118e0985f7e907fb05d43a3 Mon Sep 17 00:00:00 2001 From: suryakumari Date: Wed, 9 Jul 2025 23:26:43 +0530 Subject: [PATCH 3/3] debugtest --- .../src/e2e-test/resources/errorMessage.properties | 2 +- oracle-plugin/src/e2e-test/resources/errorMessage.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudsql-mysql-plugin/src/e2e-test/resources/errorMessage.properties b/cloudsql-mysql-plugin/src/e2e-test/resources/errorMessage.properties index 09f0447e1..984d890b2 100644 --- a/cloudsql-mysql-plugin/src/e2e-test/resources/errorMessage.properties +++ b/cloudsql-mysql-plugin/src/e2e-test/resources/errorMessage.properties @@ -1,4 +1,4 @@ -errorMessageInvalidSourceDatabase=SQL error while getting query schema: Error: Unknown database 'invalidDatabase', SQLState: 42000, ErrorCode: 1049 +errorMessageInvalidSourceDatabase=test_debug errorMessageInvalidImportQuery=Import Query select must contain the string '$CONDITIONS'. if Number of Splits is not set\ \ to 1. Include '$CONDITIONS' in the Import Query errorMessageCloudMySqlInvalidReferenceName=Invalid reference name diff --git a/oracle-plugin/src/e2e-test/resources/errorMessage.properties b/oracle-plugin/src/e2e-test/resources/errorMessage.properties index 620b91af8..758926275 100644 --- a/oracle-plugin/src/e2e-test/resources/errorMessage.properties +++ b/oracle-plugin/src/e2e-test/resources/errorMessage.properties @@ -13,7 +13,7 @@ errorMessageInvalidImportQuery=Import Query select must contain the string '$CON \ to 1. Include '$CONDITIONS' in the Import Query errorMessageBlankUsername=Username is required when password is given. errorMessageInvalidTableName=Exception while trying to validate schema of database table '"table"' for connection -errorMessageInvalidSinkDatabase=Exception while trying to validate schema of database table '"TARGETTABLE_ +errorMessageInvalidSinkDatabase=test_debug errorMessageInvalidHost=Exception while trying to validate schema of database table '"table"' for connection errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'Oracle' encountered : \ java.io.IOException: ORA-00936: missing expression . Please check the system logs for more details.