Skip to content

Commit

Permalink
Debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Oct 16, 2024
1 parent 52745c2 commit b9bf75f
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations under
# the License.

@CloudMySql @CloudMySql_Required
@CloudMySql1 @CloudMySql_Required
Feature: CloudMySql Source - Run time scenarios

@CLOUDMYSQL_SOURCE_TEST @BQ_SINK_TEST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.cloudmysql.stepsdesign"},
tags = {"@CloudMySql and not @PLUGIN-20670 and not @PLUGIN-1633"},
tags = {"@CloudMySql1"},
/* TODO :Enable tests once issue fixed https://cdap.atlassian.net/browse/CDAP-20670,
https://cdap.atlassian.net/browse/PLUGIN-1633
*/
Expand Down
2 changes: 1 addition & 1 deletion mssql-plugin/src/e2e-test/features/mssql/Datatype.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the License.
#

@Mssql @Mssql_Required
@Mssql1 @Mssql_Required
Feature: Mssql - Verify Mssql source data transfer

@MSSQL_SOURCE_DATATYPES_TEST @MSSQL_TARGET_DATATYPES_TEST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.mssql.stepsdesign"},
tags = {"@Mssql and not @Plugin-1526"},
tags = {"@Mssql1"},
/* TODO :Enable tests once issue fixed https://cdap.atlassian.net/browse/PLUGIN-1526
*/
plugin = {"pretty", "html:target/cucumber-html-report/mssql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.mysql.stepsdesign"},
tags = {"@Mysql and not @Plugin-20670"},
tags = {"@Skip"},
/* TODO :Enable tests once issue fixed https://cdap.atlassian.net/browse/CDAP-20670
*/
plugin = {"pretty", "html:target/cucumber-html-report/mysql",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.mysql.stepsdesign"},
tags = {"@Mysql_Required and not @Plugin-20670"},
tags = {"@Skip"},
/* TODO :Enable tests once issue fixed https://cdap.atlassian.net/browse/CDAP-20670
*/
plugin = {"pretty", "html:target/cucumber-html-report/mysql-required",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the License.
#

@Oracle
@Oracle1
Feature: Oracle - Verify Oracle source data transfer for multiple datatypes
@ORACLE_SOURCE_DATATYPES_TEST @ORACLE_TARGET_DATATYPES_TEST @Oracle_Required
# Oracle Sanity test to transfer table data containing multiple datatypes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.oracle.stepsdesign"},
tags = {"@Oracle"},
tags = {"@Oracle1"},
plugin = {"pretty", "html:target/cucumber-html-report/oracle",
"json:target/cucumber-reports/cucumber-oracle.json",
"junit:target/cucumber-reports/cucumber-oracle.xml"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"io.cdap.plugin.postgresql.stepsdesign", "stepsdesign", "io.cdap.plugin.common.stepsdesign"},
tags = {"@PostgreSQL_Sink and not @PLUGIN-1628 and not @Plugin-1526"},
tags = {"@Skip"},
/* TODO :Enable tests once issue fixed https://cdap.atlassian.net/browse/PLUGIN-1628,
https://cdap.atlassian.net/browse/PLUGIN-1526
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.postgresql.stepsdesign"},
tags = {"@PostgreSQL_Source and not @Plugin-1526"},
tags = {"@Skip"},
/* TODO :Enable tests once issue fixed https://cdap.atlassian.net/browse/PLUGIN-1526
*/
plugin = {"pretty", "html:target/cucumber-html-report/postgresql-source",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.postgresql.stepsdesign"},
tags = {"@Postgresql_Required and not @Plugin-1526"},
tags = {"@Skip"},
/* TODO :Enable tests once issue fixed https://cdap.atlassian.net/browse/PLUGIN-1526
*/
plugin = {"pretty", "html:target/cucumber-html-report/postgresql-required",
Expand Down

0 comments on commit b9bf75f

Please sign in to comment.