sync beacon plugin (#644)
* sync beacon * add integration tests * save point * use beacon as anchor point * review suggestion * check if monitor is already running before starting * debug: add logs * fix tests * separeate into sync beacon and sync beacon follower * review fixes * review changes
Showing
- .github/workflows/integration-tests.yml 34 additions, 0 deletions.github/workflows/integration-tests.yml
- pluginmgr/core/plugins.go 4 additions, 0 deletionspluginmgr/core/plugins.go
- plugins/sync/plugin.go 28 additions, 9 deletionsplugins/sync/plugin.go
- plugins/syncbeacon/payload.go 117 additions, 0 deletionsplugins/syncbeacon/payload.go
- plugins/syncbeacon/payload_test.go 31 additions, 0 deletionsplugins/syncbeacon/payload_test.go
- plugins/syncbeacon/plugin.go 73 additions, 0 deletionsplugins/syncbeacon/plugin.go
- plugins/syncbeaconfollower/plugin.go 206 additions, 0 deletionsplugins/syncbeaconfollower/plugin.go
- tools/integration-tests/runTests.sh 1 addition, 1 deletiontools/integration-tests/runTests.sh
- tools/integration-tests/tester/framework/docker.go 8 additions, 0 deletionstools/integration-tests/tester/framework/docker.go
- tools/integration-tests/tester/framework/parameters.go 5 additions, 1 deletiontools/integration-tests/tester/framework/parameters.go
- tools/integration-tests/tester/tests/syncbeacon/main_test.go 24 additions, 0 deletionstools/integration-tests/tester/tests/syncbeacon/main_test.go
- tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go 69 additions, 0 deletions...egration-tests/tester/tests/syncbeacon/syncbeacon_test.go
Loading
Please register or sign in to comment