Skip to content
Snippets Groups Projects
  • Luca Moser's avatar
    e8b6b9e5
    Adds bootstrap/sync/issuer plugin (#390) · e8b6b9e5
    Luca Moser authored
    * adds bootstrap plugin
    
    * check sync state in sync-integration test
    
    * adds synced and bootstrapping plugin to integration test networks
    
    * fix :dog:comments
    
    * re-introduce go.mod into integration test dir
    
    * adds desynchronization monitor
    
    * adds shutdown priority for bootstrap plugin bk. worker
    
    * give the dog some pedigree
    
    * adds anchor point cleanup interval
    
    * fix review dog comments
    
    * go mod tidy powered by Marie Kondo
    Adds bootstrap/sync/issuer plugin (#390)
    Luca Moser authored
    * adds bootstrap plugin
    
    * check sync state in sync-integration test
    
    * adds synced and bootstrapping plugin to integration test networks
    
    * fix :dog:comments
    
    * re-introduce go.mod into integration test dir
    
    * adds desynchronization monitor
    
    * adds shutdown priority for bootstrap plugin bk. worker
    
    * give the dog some pedigree
    
    * adds anchor point cleanup interval
    
    * fix review dog comments
    
    * go mod tidy powered by Marie Kondo
docker-compose.yml 374 B
version: "3.5"

services:
  tester:
    container_name: tester
    image: golang:1.14
    working_dir: /go/src/github.com/iotaledger/goshimmer/tools/integration-tests/tester
    entrypoint: go test ./tests -v -mod=readonly
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
      - ../../..:/go/src/github.com/iotaledger/goshimmer:ro
      - ../logs:/tmp/logs