-
Notifications
You must be signed in to change notification settings - Fork 34
e2e-tests for Oracle plugins #380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e2e-tests for Oracle plugins #380
Conversation
oracle-plugin/src/e2e-test/features/sink/OracleDesignTime.feature
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/sink/OracleDesignTimeValidation.feature
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/source/OracleRunTime.feature
Outdated
Show resolved
Hide resolved
|
I suggested to add But before merging the PR, please check with @Aryan-Verma and @MrRahulSharma if we need to add the tag to all or some specific tests because overall the required tests should not take more than |
oracle-plugin/src/e2e-test/features/sink/OracleDesignTimeValidation.feature
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/sink/OracleDesignTimeValidation.feature
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/sink/OracleDesignTimeValidation.feature
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/sink/OracleDesignTimeValidation.feature
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/sink/OracleDesignTimeValidation.feature
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/source/OracleDesignTimeValidation.feature
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/source/OracleDesignTimeValidation.feature
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/features/source/OracleDesignTimeValidation.feature
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/java/io.cdap.plugin/oracle/runners/TestRunner.java
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/java/io.cdap.plugin/oracle/runners/TestRunnerRequired.java
Outdated
Show resolved
Hide resolved
oracle-plugin/src/e2e-test/resources/pluginParameters.properties
Outdated
Show resolved
Hide resolved
0d5c200 to
f41e0de
Compare
5af57ea to
3cb7c79
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is an issue currently with the oracle tests running indefinitely.
Please fix before merging the PR.
059b3e9 to
3ea051a
Compare
3ea051a to
290e631
Compare
5a98b49 to
87671f7
Compare
24b710c to
9155e2f
Compare
Hi @itsankit-google , we have a green build now and the commits are squashed as well. @MrRahulSharma : Can we please merge this PR? |
| * BQValidation. | ||
| */ | ||
|
|
||
| public class BQValidation { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this class not present in the same top level package as OracleClient?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no such reason to use this class inside this package. Do we need to add it to OracleClient package, as we are using a different package for BQValidation class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should keep all the common classes at one place.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change done.
Sorry, didn't saw it, added one comment/question. |
@Vipinofficial11 @itsmekumari