Specifications
- Client Version: 0.10.0
- InfluxDB Version: Cloud 3
- Platform: Ubuntu 22.04.01
Code sample to reproduce problem
|
def test_write_polars_batching(self): |
Expected behavior
Should regularly pass.
Actual behavior
Noticed in CircleCI, that every now and then this test fails and needs to be rerun to get a successful run of the build pipeline.
> actual = self.client._write_api._write_service.post_write.call_args[1]['body']
E TypeError: 'NoneType' object is not subscriptable
Additional info
No response
Specifications
Code sample to reproduce problem
influxdb3-python/tests/test_polars.py
Line 65 in 8028386
Expected behavior
Should regularly pass.
Actual behavior
Noticed in CircleCI, that every now and then this test fails and needs to be rerun to get a successful run of the build pipeline.
Additional info
No response