Ruslan Fomkin
Ruslan Fomkin
I have an unusual case with using Mockito and run into an interesting issue, which might be a feature of Java and Mockito or bug, but I wasn't able to...
The patch enables the test, which sets a system property. Clearing the property is moved into the after test method to avoid situations when it is not cleared due to...
The docs contain a page about [installing TimescaleDB on Azure](https://docs.timescale.com/latest/getting-started/installation/azure/installation-windows-azure). This page is not up to date, since it only mentions PG 9.6 and 10, while Azure support TimescaleDB 1.3.2...
If a query contains more grouping columns than just `time_bucket_gapfill` the gaps on the other grouping values will be filled. It is good to explain how the values are filled...
Adding a policy might fail with an error, so it is good to update policies APIs with error subsection. For example, only one continuous aggregate policy can be created per...
[TimescaleDB docker images ](https://github.com/timescale/timescaledb-docker/blob/master/Dockerfile) include only the last 5 versions to keep size small. Thus if the user runs old enough version, it is necessary to use several images to...
Users sometimes have several time columns in their tables and they wonder, which is of them to chose for time dimension during hypertable creation. Recommendations for choosing the time dimension...
Can the documentation, e.g., ReadMe, of `--copy-options` include what formatting is expected in the string? E.g., through a link to format options of the implementation operator or a comment what...
There are public methods to get table and keyspace names from CFS and they are already in use in some places. So use them consistently instead of direct access to...
test_multi_dc_replace_with_rf1 was failing without vnodes long time ago for some now unknown reason. Now there is an empirical evidence that the test doesn't fail any more. Thus the requirements to...