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
Copy link
Copy Markdown

codecov Bot commented May 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.84%. Comparing base (4c53b89) to head (3d23676).

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Container: InfluxDB v3

3 participants