Skip to content

Test MongoDB appender against Docker image #2229

Open
@ppkarwasz

Description

@ppkarwasz

Right now (after #1589), we are using Embedded MongoDB to:

  • download a MongoDB distribution on our system,
  • run it with the correct parameters,
  • test the MongoDB appender.

This procedure has some problems:

  1. we cannot run tests in parallel on a clean system (each test tries to download MongoDB at the same time),
  2. the MongoDB distribution depends on some system libraries that are not always present.

Therefore we should move the tests to use TestContainers or an equivalent solution and the official Docker mongo images.

Metadata

Metadata

Assignees

No one assigned

    Labels

    appenders:MongoDBIssue related to the MongoDB appender

    Type

    No type

    Projects

    Status

    To triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions