Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pamarcos pushed 1 commit to fix-rabbitmq-flaky-test ClickHouse/ClickHouse
- Split problematic tests to their own separate test Run them sequentially to avoid other parallel tests messing with ... cbac2d8
pamarcos pushed 102 commits to fix-rabbitmq-flaky-test ClickHouse/ClickHouse
- Write Parquet bloom filters 5b9a266
- Merge remote-tracking branch 'origin/master' into bff 0e152f5
- Fix 410bae6
- Fixes 19219a4
- Fix unit test 3e925c7
- Disable clang-tidy check and update test d541dbf
- Move settings 0d906c4
- Merge remote-tracking branch 'origin/master' into bff 3448e4d
- Merge remote-tracking branch 'origin/master' into bff d6f374d
- Merge remote-tracking branch 'origin/master' into bff 6799a65
- Update SettingsChangesHistory.cpp f53bb27
- Merge branch 'master' into bff 7eb97e4
- Remove unused function 92a1bab
- Remove unused include f7e27d9
- Remove interpolation together with projection d45c023
- Add test f860675
- change promethus remote write response from 200 to 204 e300733
- add test for prometheus remote write response status 35ab7aa
- remove transfer encoding for 204 prometheus remote write response 80c678a
- document source struct of request body 6a2344a
- and 82 more ...
pamarcos created a comment on an issue on ClickHouse/ClickHouse
> It is killed because of the timeout (1h) likely Yep, that completely checks ``` Mon, 03 Feb 2025 18:28:27 GMT Running pytest container as: 'docker run --rm --name clickhouse_integration_tests...
pamarcos created a comment on a pull request on ClickHouse/ClickHouse
I don't know where the culprit of the issue is, but [memory does not seem to be the one to blame](https://github.com/ClickHouse/ClickHouse/issues/71049#issuecomment-2642281144). > But it is uncl...
pamarcos created a comment on an issue on ClickHouse/ClickHouse
I've attempted to reproduce the issue locally without any luck. Executing [the same command that failed on the CI](https://pastila.nl/?000efffe/cdeb8cb3cea22f9cc16b0d0a916566ff#pM1VjxzAi/08U6J/UYxv...
pamarcos closed a pull request on ClickHouse/ClickHouse
Groom more IColumn headers
- Remove unused includes - Use `using` to alias types passed by reference ### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a ...pamarcos pushed 1 commit to fix-rabbitmq-flaky-test ClickHouse/ClickHouse
- Increase num_batches from 4->6 and 6->8 for Integration tests This is an attempt to address the rabbitmq flaky test ... d8e7b45
pamarcos opened a draft pull request on ClickHouse/ClickHouse
Fix rabbitmq flaky test
Fix rabbitmq flaky test by dedicating more resources to running it. Depending on the analyzer used, we go from 4->6 batches or from 6->8 ### Changelog category (leave one): - CI Fix or Improve...pamarcos created a branch on ClickHouse/ClickHouse
fix-rabbitmq-flaky-test - ClickHouse® is a real-time analytics database management system
pamarcos pushed 1 commit to fix-background-schedule-pool ClickHouse/ClickHouse
- Revert "WIP" This reverts commit 59ee00ea1052c44580ad17d0162b134753fd7f90. f7f6dbb
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
We can use `IColumnPermutation` also here
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
We could take the using `IColumn::Filter` out to avoid including this
pamarcos pushed 1 commit to icolumn_compilation Algunenano/ClickHouse
- Fix weird thing in NATSProducer.h bd12a3c
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
```suggestion std::atomic<bool> & shutdown_called_, ```
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
I have no idea how it ended up like this, but there's no doubt why the style check complained about this :sweat_smile: https://github.com/ClickHouse/ClickHouse/actions/runs/13144084166/job/3667...
pamarcos pushed 167 commits to fix-background-schedule-pool ClickHouse/ClickHouse
- sketch c4a14b6
- generate new constraint eedcfa6
- Merge branch 'master' into ConstantComapreANDChain 3520f2a
- fix 4020006
- fix 47c50cb
- fix and chain constant case 68fd156
- Merge remote-tracking branch 'origin/master' into ConstantComapreANDChain fc3f479
- fix bugs about and chain type changed d1f1647
- support greater operator 9737420
- Non-sense to have both sides as constant c6ba96a
- support less equal and greater equal e179a19
- tidy 6aa23ad
- Update parseQuery.cpp (fix problem with "insert into select" with PostgreSQL interface) #72938 27ea35d
- transfer less operator between equal operand 9a309fb
- support equal transfer 3551498
- Merge remote-tracking branch 'origin/master' into ConstantComapreANDChain 56dcab8
- Create query5.sql insert into ... select 28acb87
- Update test_postgresql_protocol/test.py (add query5.sql with "insert into ... select" test) 5d185be
- Update test.py (style fix) 5dcfc4c
- Update test.py (style fix) 9e753e5
- and 147 more ...
pamarcos closed a pull request on ClickHouse/ClickHouse
Increase margins in query_metric_log test to make it less flaky
Increase margins in query_metric_log test to make it less flaky Related to https://github.com/ClickHouse/ClickHouse/issues/71244 ### Changelog category (leave one): - CI Fix or Improvement (...pamarcos deleted a branch ClickHouse/ClickHouse
reduce-dependencies-of-background-schedule-pool-header
pamarcos closed a pull request on ClickHouse/ClickHouse
Reduce includes for BackgroundSchedulePool
A change in BackgroundSchedulePool.h now triggers the build for 52 TUs as opposed to 337 TUs when building the `clickhouse` target. ### Changelog category (leave one): - Not for changelog (chan...pamarcos created a comment on an issue on ClickHouse/ClickHouse
> Still flaky From https://s3.amazonaws.com/clickhouse-test-reports/0/250a91aea4ca6d7202eb4a5c7a677a63a1a5423a/integration_tests__asan__[4_4]//home/ubuntu/actions-runner/_work/_temp/test/output_di...
pamarcos pushed 1 commit to fix-background-schedule-pool ClickHouse/ClickHouse
- Remove test example 9d68f8c
pamarcos pushed 2 commits to fix-background-schedule-pool ClickHouse/ClickHouse
pamarcos pushed 417 commits to fix-background-schedule-pool ClickHouse/ClickHouse
- restore NATS integrations tests Signed-off-by: Dmitry Novikov <[email protected]> 1223503
- disable all tests Signed-off-by: Dmitry Novikov <[email protected]> f0aa337
- enable test test_nats_select Signed-off-by: Dmitry Novikov <[email protected]> 1a7b66e
- fix teardown fixture Signed-off-by: Dmitry Novikov <[email protected]> ac1332b
- enable test test_nats_select_empty a369d99
- enable test test_nats_json_without_delimiter 9d8d56e
- fix nats_setup_teardown 70e7b41
- fix disconnect from NATS server 5c6328c
- enable tests d2b6826
- fix test "test_block_based_formats_1" 6c9bb87
- fix code style 8d3e497
- revert UVLoop.h 96fa99a
- added completing libuv event loop in ~NATSHandler cfcb02c
- moving UVLoop into NATSHandler cf74a6c
- moving event_handler into NATSStorage 110941e
- implemented run of the event loop in a unique thread 01f465f
- moving initializing nats-c library and connecting to NATS server into event loop thread e2ef9aa
- moving the NATSProducer connection process into the event loop thread 6f2e6dd
- test_nats_no_connection_at_startup_1 test logic changed ebfcdc0
- fixed errors in consumers subscribe 67cf288
- and 397 more ...