testcontainers / testcontainers/testcontainers-python
Add support for tmpfs mounts
オープン
まだ誰も着手していません。
📦 package: core
🚀 enhancement
🛟 help wanted
- 主要言語
- Python
- スター
- 2.3k
- フォーク
- 386
- 平均マージ
- 4時間 40分
- マージ済み PR(30日)
- 1
説明
Currently we are using tmpfs mounts with testcontainers-go to speed up bootstraping databases during CI. The data folder of the database gets mounted into a tmpfs mount which speeds up since disk i/o is avoided.
We have some components using python and noticed that testcontainers-python doesnt support tmpfs mounts.
PR for testcontainers-go here: https://github.com/testcontainers/testcontainers-go/pull/131
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、issue にリンクされている testcontainers-go の PR を読み、Python ライブラリのコンテナマウント設定を見つけます。データベースのデータフォルダーに対する tmpfs マウントをどのように表現すべきかを確認し、要求されたマウントでコンテナを作成できることと、既存の動作が維持されることを示すテストカバレッジを追加します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, python
- 領域
- devops, testing
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100