This repository has been archived by the owner on May 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
Rename tests, parallel tests, one elasticsearch replica, readiness probe #50
Merged
+49
−17
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
ed8c948
Rename tests, minor refactor
pavolloffay a37154b
Remove unused import
pavolloffay a7b0d6d
Add docker service to travis
pavolloffay 7888085
Bumb nsenter
pavolloffay 5e10cae
Ignore cassandra test
pavolloffay 44bc9b3
Run tests in parallel
pavolloffay 8f4986d
wait fixed time before ES tests
pavolloffay 517f0e8
Increase wait time
pavolloffay 1ad7292
increase memory and CPU for minikube
pavolloffay 7773667
restrict ES heap
pavolloffay 46cf417
increase minimum mem and use newer ES image
pavolloffay ade5365
Use one elastic replica
pavolloffay 0863a74
revert minikube changes
pavolloffay 5327cc7
Remove sleep
pavolloffay 3af67a6
Readiness probe for ES
pavolloffay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
|
||
<profiles> | ||
<profile> | ||
<id>e2e</id> | ||
<id>all-in-one</id> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
|
||
<profiles> | ||
<profile> | ||
<id>e2e</id> | ||
<id>elasticsearch</id> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ | |
|
||
<profiles> | ||
<profile> | ||
<id>e2e</id> | ||
<id>cassandra</id> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,9 +20,9 @@ | |
/** | ||
* @author Pavol Loffay | ||
*/ | ||
public class ProductionETest extends BaseETest { | ||
public class CassandraETest extends BaseETest { | ||
|
||
@Ignore("dependency links returns 404 because of old Cassandra image") | ||
@Ignore("It requires spark job") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as above: if the only test is being ignored, can't you just remove the whole test class? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, test class extends base test class with other tests. |
||
public void testDependencyLinks() throws IOException, InterruptedException { | ||
} | ||
} |
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
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.
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.
Should one expect this command to finish successfully, or will this fail as per your comment on the PR ?
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.
locally it passes fine, the problem is with travis.
This is a one liner to run everything