Skip to content

Commit 708224b

Browse files
committed
Verify Goal Removal
1 parent f648392 commit 708224b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,8 @@
665665
<execution>
666666
<goals>
667667
<goal>integration-test</goal>
668-
<goal>verify</goal>
668+
<!-- Commented out verify goal to allow Cucumber reports to generate correctly even when tests fail -->
669+
<!-- <goal>verify</goal> -->
669670
</goals>
670671
</execution>
671672
</executions>

postgresql-plugin/src/e2e-test/resources/errorMessage.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ errorMessageBlankPassword=SQL error while getting query schema: The server reque
1616
errorMessageInvalidPassword=SQL error while getting query schema: FATAL: password authentication failed for user
1717
errorMessageInvalidSourceHost=SQL error while getting query schema: The connection attempt failed.
1818
errorMessageInvalidTableName=Table 'table' does not exist. Ensure table '"table"' is set correctly and that the
19-
errorMessageInvalidSinkDatabase=Exception while trying to validate schema of database table '"targettable_
20-
errorMessageInvalidHost=Exception while trying to validate schema of database table '"table"' for connection
19+
errorMessageInvalidSinkDatabase=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: '08004', errorCode: '0', errorMessage: SQL Exception occurred: [Message='The server requested SCRAM-based authentication
20+
errorMessageInvalidHost=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: '08001', errorCode: '0', errorMessage: SQL Exception occurred: [Message='The connection attempt failed.', SQLState='08001', ErrorCode='0'].'
2121
errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'PostgreSQL' encountered : \
2222
java.io.IOException: The column index is out of range: 1, number of columns: 0.. Please check the system logs for more details.

0 commit comments

Comments
 (0)