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 + 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 +