epgts

Results 17 issues of epgts

See https://github.com/epgts/rontest/commit/b1fde4463ba9e1c64efd106fa5786c4d316d1882#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542 for simple reproduction recipe. Works reliably on amd64, crashes reliably on aarcy64. Configuration: - Ubuntu 22.04 - cargo --version --verbose - cargo 1.57.0 - release: 1.57.0 - host:...

In order to interact with our great C host PostgreSQL, we must write lots of unsafe code. Some of it may have memory errors. This isn't just theoretical: we recently...

Infrastructure

Three update tester runs: 1. 01:40 [old-style (pg14 only, no `testbin`)](https://github.com/timescale/timescaledb-toolkit/actions/runs/3184562388/jobs/5193106841) 2. 02:45 [`testbin` (pg14 only)](https://github.com/timescale/timescaledb-toolkit/actions/runs/3193572624/jobs/5212259213) 3. 21:52 [`testbin` (12, 13, 14)](https://github.com/timescale/timescaledb-toolkit/actions/runs/3193473662/jobs/5212060015) Why is testing all three so crazy slow?...

I noticed these in the build: 2022-11-18T15:31:54.7279302Z test aggregate_builder_tests::tests::pg_test_anything_has_correct_fn_names_and_def has been running for over 60 seconds 2022-11-18T15:31:54.7280655Z test aggregate_builder_tests::tests::pg_test_anything_in_experimental_and_returns_first has been running for over 60 seconds It's only at the...

The `bounds` field of `MetricSummary` represents `unbounded` in at least two different ways (`None`, `Some((None, None))`), and possibly 4. Furthermore, the underlying `I64Range` needlessly allows invalid states. ### 4 different...

proposed-feature

These were yanked, as reported by cargo audit: Crate: atomic-polyfill Version: 0.1.10 Warning: yanked Crate: cpufeatures Version: 0.2.2 Warning: yanked Crate: critical-section Version: 0.2.7 Warning: yanked

Currently we only test on Red Hat derived systems at release time, and we keep hitting surprises. ci.yml is already parameterized, so we can already start doing better by running...

The experimental time_vector::pipeline::lambda module is suffering from a bit of neglect. Same problem in two pull requests we're using old and deprecated code and clippy is upset: - https://github.com/timescale/timescaledb-toolkit/pull/610 -...

- Current status: prototype [branch](https://github.com/timescale/timescaledb-toolkit/commits/eg/funnel-prototype) - [doc](https://github.com/timescale/timescaledb-toolkit/blob/eg/funnel-prototype/docs/funnel.md) - Effort remaining: lots ## Purpose TODO ### Next steps Next step is to resolve these questions and publish a first experimental function...

proposed-feature