-
Notifications
You must be signed in to change notification settings - Fork 105
Add multi management plane integration test #1157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 59 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
5b31494
add auxiliary command server proto
aphralG c42a042
Merge branch 'main' into add-auxiliary-command-server-proto
aphralG e07bf64
allow multiple management planes
aphralG a6b6e52
start of file plugins
aphralG 650a0d9
PR feedback
aphralG 8c422cc
Merge branch 'add-auxiliary-command-server-to-agent-config' into add-…
aphralG 8ef9c26
file plugin
aphralG a8817ab
file plugin
aphralG b81fb37
allow second credential watcher
aphralG f958507
Merge branch 'main' into add-auxiliary-command-server-proto
aphralG 2487a4d
Merge branch 'add-auxiliary-command-server-proto' into add-auxiliary-…
aphralG b710855
PR feedback
aphralG 90cd7f9
merge main
aphralG 8ef3c45
refactor file plugin to have read only mode
aphralG 5773b42
clean up
aphralG d065710
Merge branch 'add-read-only-file-plugin' into allow-second-credential…
aphralG 753ee94
feedback
aphralG d586259
fix race condition
aphralG a8d5b29
Pr feedback
aphralG fbbe418
merge main
aphralG 1fa09b9
Merge branch 'add-auxiliary-command-server-proto' into add-auxiliary-…
aphralG 8e26d81
PR feedback
aphralG 4091223
Merge branch 'add-auxiliary-command-server-to-agent-config' into add-…
aphralG c6c3cca
Merge branch 'add-read-only-file-plugin' into allow-second-credential…
aphralG f2d1fb2
PR feedback
aphralG e4423de
Merge branch 'add-auxiliary-command-server-to-agent-config' into add-…
aphralG 6d39669
PR feedback
aphralG 0d86529
PR feedback
aphralG 0a95a38
PR feedback
aphralG ee42007
Merge branch 'add-read-only-file-plugin' into allow-second-credential…
aphralG d08ba6f
PR feedback
aphralG 3f39fbf
fix message response
aphralG d27b85a
start of integration tests
aphralG 30dc211
add file overview endpoint to mock
aphralG 08fa4db
Merge branch 'main' into add-auxiliary-command-server-proto
aphralG 44f1e1e
merge main
aphralG 16b08c0
Merge branch 'add-auxiliary-command-server-proto' into add-auxiliary-…
aphralG 845f3dd
fix instance ID
aphralG bf98852
Merge branch 'add-auxiliary-command-server-to-agent-config' into add-…
aphralG f32f34a
Merge branch 'add-read-only-file-plugin' into allow-second-credential…
aphralG cb58452
Merge branch 'allow-second-credential-watcher' into add-multi-managem…
aphralG 9c61e4c
update message
aphralG 9cc8351
Merge branch 'allow-second-credential-watcher' into add-multi-managem…
aphralG 8f35043
update agent config
aphralG 70da7a5
update agent config
aphralG cb0e64a
update agent config
aphralG f85b4c7
try fix test
aphralG 5c55151
try fix test
aphralG cd92239
Merge branch 'allow-second-credential-watcher' into add-multi-managem…
aphralG fcbc755
some working tests, config apply test broken
aphralG 885e657
format stuff
aphralG 8a25503
clean up
aphralG e6bbad5
added config apply test
aphralG f5d93b8
run on official tests
aphralG b1d1b4a
PR feedback
aphralG b728b91
merge main
aphralG 1de9c00
Merge branch 'add-read-only-file-plugin' into allow-second-credential…
aphralG b70dcc7
merge main
aphralG 5c87492
merge main
aphralG 04c5512
Merge branch 'main' into add-multi-management-plane-integration-test
aphralG f035a05
fix test and race
aphralG 93e00e6
fix test and race
aphralG 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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 this be here twice?
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.
Nope should be
./test/integration/auxiliarycommandservergood catch Thank you!