Giulio Mazzanti

Results 8 comments of Giulio Mazzanti

Having the same issue, and can confirm that `time.sleep(2)` solves it, so it seems to be a rate-limiting issue. If I call the API twice with no page_token the request...

Currently failing tests: - `test_fill_null_temporal` (uses `fill_null` with 'ns' literals in 'ms' column and expects non-'ns') in `test_temporal.py` - `test_lazy_query_10` (subtracts nanoseconds from milliseconds and expects milliseconds) in `queries.rs`

> Thanks for your PR! > > > test_fill_null_temporal > > I think this test needs updating. > > On the latest release we see: > > ```python > In...

@MarcoGorelli I will fiddle with it a bit more. One simple way could be to get rid of (some?) parametrisation and be more verbose with more (explicit) tests. Sadly when...

@MarcoGorelli I've tried to simplify the tests further: - Made more explicit the mapping between the literals & the nanosecond conversion - Getting nanoseconds directly from duration instead of calculating...

For the add-left vs add-right, I could get rid of it altogether and simplify further if you want. It's not that fundamental

> > For the add-left vs add-right, I could get rid of it altogether and simplify further if you want. It's not that fundamental > > It's really good that...

I didn't think about it initially and it's quite funny, but the issue seems related to `newrelic-admin` CLI to automatically instrument the application :) (I don't run it locally, that's...