influxdb3-python
influxdb3-python copied to clipboard
feat: handle URL path prefix in InfluxDB
trafficstars
Closes #172
Proposed Changes
- Support URL with a path prefix, currently we only support the root URL.
- Some test cases with timeout will now use ConstantFlightServerDelayed class for consistent results.
- Add a test case for "write_port_overwrite" because Codecov complains.
Checklist
- [x] CHANGELOG.md updated
- [x] Rebased/mergeable
- [x] A test has been added if appropriate
- [x] Tests pass
- [x] Commit messages are conventional
- [x] Sign CLA (if not already signed)