Skip to content

feat(influxdb3): added InfluxDB v3 module#998

Open
MichaelGruschke wants to merge 3 commits into
testcontainers:mainfrom
MichaelGruschke:influxdb3
Open

feat(influxdb3): added InfluxDB v3 module#998
MichaelGruschke wants to merge 3 commits into
testcontainers:mainfrom
MichaelGruschke:influxdb3

Conversation

@MichaelGruschke

Copy link
Copy Markdown

resolves #974

Summary

  • Add InfluxDb3Container testcontainer for InfluxDB 3 Core
  • Supports both authenticated and unauthenticated modes
  • Provides get_url() and get_client() helpers for easy integration testing
  • Includes tests for container lifecycle, URL generation, and write/query operations

@Tranquility2 Tranquility2 changed the title New Container: InfluxDB v3 feat(influxdb3): added InfluxDB v3 module Apr 4, 2026
@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.84%. Comparing base (4c53b89) to head (3d23676).
⚠️ Report is 49 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #998      +/-   ##
==========================================
- Coverage   83.01%   82.84%   -0.18%     
==========================================
  Files          16       16              
  Lines        1725     1725              
  Branches      189      189              
==========================================
- Hits         1432     1429       -3     
- Misses        236      240       +4     
+ Partials       57       56       -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Tranquility2 Tranquility2 added the 🛠️ needs more work Need to invest more time, can be a rebase or code updates label Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ needs more work Need to invest more time, can be a rebase or code updates ✨ package: new

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Container: InfluxDB v3

3 participants