Pablo Marcos

Results 13 issues of Pablo Marcos

First of all, thanks a million for your work on this. I'm just playing around with Palanteer and I am getting the following error when trying to collect data with...

bug
question

First, thanks for your work on this tool :) I get an assertion failure on the viewer: ``` build_main/bin/palanteer [PALANTEER] Assertion failed: lastScopeEndTimeNs

bug

Given 2 HTTP servers in port 8000 and 8001, respectively, I'm trying to do the following: 1. Forward what goes into 8000 to 8001 2. Filter only those requests where...

Remove the `[N]` suffix from test names to consider all tests the same so that testmon works well with test names generated by flakefinder. This closes https://github.com/tarpas/pytest-testmon/issues/200 I'm not sure...

I want to add testmon to my CI to use resources wisely. On my way, I thought that it might be a good time to also reduce flakiness by forcing...

Throw an error for bit positions out of bounds for the `bitTest` function family. This is also [what other SQL servers do](https://learn.microsoft.com/en-us/sql/t-sql/functions/get-bit-transact-sql?view=sql-server-ver16). In the case of `bitTestAny` the logic behind...

pr-bugfix

Fix bitShift by throwing an error for negative shift positions ### Changelog category (leave one): - Bug Fix (user-visible misbehavior in an official stable release) ### Changelog entry (a user-readable...

pr-bugfix

**Describe the issue** [Option 2: Materialized Views](https://clickhouse.com/docs/en/optimize/sparse-primary-indexes#option-2-materialized-views) and [Option 3: Projections](https://clickhouse.com/docs/en/optimize/sparse-primary-indexes#option-3-projections) explicitly state > Effectively the implicitly created hidden table has the same row order and primary index as the...

Fix `test_storage_s3_queue/test.py::test_max_set_age` - Use unique filenames to prevent following tests failing. - Use a busy-loop instead of a sleep to find the condition is met ASAP. - Increase from 10s...

pr-ci
v24.7-must-backport
🍃 green ci 🌿

Add `system.query_metric_log` which contains history of memory and metric values from table system.events for individual queries, periodically flushed to disk. The interval can be configured on a per-query basis through...

pr-feature