This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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
akirillov
approved these changes
Oct 13, 2020
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.
this is massive! thanks for taking care of that, @alembiewski!
Signed-off-by: Alex Lembiewski <[email protected]>
Signed-off-by: Alex Lembiewski <[email protected]>
… manifests Signed-off-by: Alex Lembiewski <[email protected]>
Signed-off-by: Alex Lembiewski <[email protected]>
Signed-off-by: Alex Lembiewski <[email protected]>
Signed-off-by: Alex Lembiewski <[email protected]>
Signed-off-by: Alex Lembiewski <[email protected]>
…utors Signed-off-by: Alex Lembiewski <[email protected]>
Signed-off-by: Alex Lembiewski <[email protected]>
Signed-off-by: Alex Lembiewski <[email protected]>
This reverts commit 11e5534 Signed-off-by: Alex Lembiewski <[email protected]>
This reverts commit 9123f81 Signed-off-by: Alex Lembiewski <[email protected]>
Signed-off-by: Alex Lembiewski <[email protected]>
…pplication's Signed-off-by: Alex Lembiewski <[email protected]>
akirillov
force-pushed
the
migrate-tests-to-kuttl
branch
from
October 13, 2020 18:19
6c5435a
to
189f179
Compare
The CI looks good but doesn't report the status to GitHub: https://teamcity.mesosphere.io/buildConfiguration/Frameworks_DataServices_Kudo_Spark_Pr_SparkPrKonvoyKudoV0100?branch=pull%2F110&buildTypeTab=overview&mode=builds. Merging this PR as the build is green. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What changes were proposed in this pull request?
Resolves D2IQ-69118: Spark tests using KUTTL.
Why are the changes needed?
KUTTL
provides a declarative and easy-to-use approach to test operators. Migration toKUTTL
will make the test cases self-explanatory and easier to understand/write. Also, it will speed up CI builds (reduces build time by half).Test migration report:
Spark-Tests-migration-report.pdf
How were the changes tested?
by running builds in CI