Skip to content

How to initialize two Harbor instances? #47

@edikevich

Description

@edikevich

Hi all!
I'm trying to write replication test between two Harbor instances. I tried to create them like this:

const harbor1 = new Harbor(settings.Harbor1)
const harbor2 = new Harbor(settings.Harbor2) 

but when I run my test I got an error:

goerror: harbor module initialized

How I can solve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions