-
Notifications
You must be signed in to change notification settings - Fork 998
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JobCoordinator use public API to communicate with Core (#943)
* test job with no labels * filtering by status & status update in Core API * specs IT * SpecServiceIT * resolve conflicts * comments
- Loading branch information
Oleksii Moskalenko
authored
Aug 11, 2020
1 parent
51f4fb6
commit 65626d6
Showing
14 changed files
with
1,035 additions
and
1,190 deletions.
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
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 |
---|---|---|
|
@@ -162,12 +162,7 @@ void canApplyFeatureSetIfAuthenticated() { | |
SimpleAPIClient secureApiClient = | ||
getSecureApiClient("[email protected]"); | ||
FeatureSetProto.FeatureSet expectedFeatureSet = | ||
DataGenerator.createFeatureSet( | ||
DataGenerator.getDefaultSource(), | ||
"project_1", | ||
"test_1", | ||
Collections.emptyList(), | ||
Collections.emptyList()); | ||
DataGenerator.createFeatureSet(DataGenerator.getDefaultSource(), "project_1", "test_1"); | ||
|
||
secureApiClient.simpleApplyFeatureSet(expectedFeatureSet); | ||
|
||
|
Oops, something went wrong.