-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hydra framework changes to have .. #947
Open
sonalsagarwal
wants to merge
61
commits into
master
Choose a base branch
from
SNAP-1786
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Refactoring of code to avoid duplicate methods. Removed TestUtil.scala - Added some exception handling in northwind.bt
Conflicts: dtests/src/test/scala/io/snappydata/hydra/ct/CTTestUtil.scala
- Commented sparkApp for validation in NW eviction tests as per Swati's request.
…property instead of sending as a argument and setting it in SparkContext.
…ocators instead of 3.
- Fix for test issue in snapshot isolation test
Conflicts: dtests/src/test/scala/io/snappydata/hydra/SnappyTestUtils.scala
Conflicts: dtests/src/test/java/io/snappydata/hydra/cluster/SnappyTest.java dtests/src/test/java/io/snappydata/hydra/connectionPool/HikariConnectionPool.java dtests/src/test/java/io/snappydata/hydra/testDMLOps/SnappyDMLOpsUtil.java dtests/src/test/scala/io/snappydata/hydra/AirlineDataSparkJobApp.scala dtests/src/test/scala/io/snappydata/hydra/InstallJarTestSparkApp.scala dtests/src/test/scala/io/snappydata/hydra/SnappyTestUtils.scala dtests/src/test/scala/io/snappydata/hydra/TestUtil.scala dtests/src/test/scala/io/snappydata/hydra/ct/CTTestUtil.scala dtests/src/test/scala/io/snappydata/hydra/ct/ValidateCTQueriesApp.scala dtests/src/test/scala/io/snappydata/hydra/ct/ValidateCTQueriesJob.scala dtests/src/test/scala/io/snappydata/hydra/northwind/EvictionTestNWQueriesApp.scala dtests/src/test/scala/io/snappydata/hydra/northwind/NWSparkTablesAndQueriesApp.scala dtests/src/test/scala/io/snappydata/hydra/northwind/NWTestSparkApp.scala dtests/src/test/scala/io/snappydata/hydra/northwind/NWTestUtil.scala dtests/src/test/scala/io/snappydata/hydra/northwind/ValidateNWQueriesApp.scala dtests/src/test/scala/io/snappydata/hydra/testDMLOps/ValidateDMLOpApp.scala
- Add method to compare files(results) without sorting the dataframe.
Conflicts: dtests/src/test/java/io/snappydata/hydra/cluster/SnappyTest.java dtests/src/test/java/io/snappydata/hydra/cluster/stopEmbeddedModeCluster.conf
Conflicts: dtests/src/test/java/io/snappydata/hydra/adAnalytics/adAnalytics.conf
Conflicts: dtests/src/test/java/io/snappydata/hydra/cluster/SnappyTest.java dtests/src/test/java/io/snappydata/hydra/cluster/stopEmbeddedModeCluster.conf
- fixing minor issue with data validation in case of snappyjob and spark app. - Adding method for finding suspectStrings.
- Minor test fixes.
- Fixing build issues. Conflicts: dtests/src/test/scala/io/snappydata/hydra/ct/CTQueries.scala dtests/src/test/scala/io/snappydata/hydra/ct/CTTestUtil.scala
…d validation) to SPVA schema tests.
Conflicts: dtests/src/test/java/io/snappydata/hydra/adAnalytics/SnappyAdAnalyticsTest.java dtests/src/test/java/io/snappydata/hydra/cluster/SnappyPrms.java dtests/src/test/java/io/snappydata/hydra/cluster/SnappyTest.java dtests/src/test/java/io/snappydata/hydra/cluster/stopDualModeCluster.conf dtests/src/test/java/io/snappydata/hydra/cluster/stopSnappyCluster.conf dtests/src/test/java/io/snappydata/hydra/northwind/stopDualModeCluster.conf dtests/src/test/java/io/snappydata/hydra/security/stopSnappyCluster.conf dtests/src/test/java/io/snappydata/hydra/testDMLOps/SnappyDMLOpsUtil.java dtests/src/test/scala/io/snappydata/hydra/SnappyTestUtils.scala dtests/src/test/scala/io/snappydata/hydra/TestUtil.scala dtests/src/test/scala/io/snappydata/hydra/complexdatatypes/AllMixedTypes.scala dtests/src/test/scala/io/snappydata/hydra/complexdatatypes/ArrayType.scala dtests/src/test/scala/io/snappydata/hydra/complexdatatypes/ArraysOfStringInMapAsValue.scala dtests/src/test/scala/io/snappydata/hydra/complexdatatypes/ArraysOfStructType.scala dtests/src/test/scala/io/snappydata/hydra/complexdatatypes/MapType.scala dtests/src/test/scala/io/snappydata/hydra/complexdatatypes/StructType.scala
… instead of file comparison.
8b43301
to
2b254d9
Compare
2c254f0
to
0f2888f
Compare
a466d26
to
ea127bd
Compare
99ec79c
to
c7b84fa
Compare
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed in this pull request
Patch testing
Run regressions on the branch with bts affected.
ReleaseNotes.txt changes
N/A
Other PRs
No