This repository was archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
[Node Manager] Junit test with MockIgniteServer #201
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
1645a53
[Micro services] MAC manager
kimeunju108 a036012
[Micro services] MAC manager - updated pom.xml
kimeunju108 d03f84e
[Micro services] MAC manager - updated pom.xml & configuration
kimeunju108 250783f
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
kimeunju108 1e28444
Merge branch 'master' into eunju/macmanager
kimeunju108 b321524
[Micro serices] MAC manager - add config file
kimeunju108 bbd4686
Merge branch 'master' of https://github.com/kimeunju108/alcor into eu…
kimeunju108 8e67eab
[Micro services] MAC manager - moved swagger config to config package
kimeunju108 7ba14ad
[Micro services] MAC manager - moved swagger config to config package
kimeunju108 ec5b631
Merge branch 'master' of https://github.com/kimeunju108/alcor into eu…
kimeunju108 dc7677f
[Micro services] MAC manager - removed duplicated dependency
kimeunju108 e9b82d8
Merge branch 'master' of https://github.com/kimeunju108/alcor
kimeunju108 875f1d4
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
kimeunju108 1338458
Merge branch 'master' of https://github.com/futurewei-cloud/alcor
kimeunju108 67dee63
[Micro services] Node manager - update UTs configuration with MockIgn…
kimeunju108 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
5 changes: 4 additions & 1 deletion
5
services/node_manager/src/main/resources/application.properties
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
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.
I don't think the node manager UTs currently need MockIgniteServer as it doesn't have real e2e test cases. But it is okay to add in advance so that you could add more e2e UTs in the future.