Skip to content

Make SolrContainer reusable #3436

@as-design

Description

@as-design

Please make SolrContainer reusable. The container needs a bit of time to startup. For local testing it would be helpful if the container could be reused.

Maybe only the method containerIsStarted(InspectContainerResponse containerInfo, boolean reused) needs to be overridden like in the following way

  @Override
  protected void containerIsStarted(InspectContainerResponse containerInfo, boolean reused) {
    if(!reused){
     containerIsStarted(containerInfo);
    }
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions