compare mounts

Open
#911 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
52/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
docker, rust
Domain
devops, testing

Research direction

Locate the Mount type and the code path that pushes mounts into a container. Add the requested PartialEq implementation, then check the existing tests or add coverage for comparing mounts and avoiding duplicate mounts that trigger the reported error.

Written by the indexing model from the issue text.

Description

Image

I want to check whether the container already has the mount before pushing the mount. This is to prevent duplicate mounts, which otherwise triggers error:

Image

Solution: add PartialEq to Mount

Dominant language
Rust
Stars
1.1k
Forks
197
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from testcontainers/testcontainers-rs

All issues in testcontainers/testcontainers-rs

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.