Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
pamarcos pushed 107 commits to fuzz-test PedroTadim/ClickHouse
- add hiding secrets in EXPLAIN for table functions a8e98df
- add test, some optimizations 306c77a
- Automatic style fix bd51d8d
- remove innecessary include 0144d67
- move anonymous namespace inside DB namespace dd20e9a
- remove anonymous namespace a21b8c2
- fix test 7af6ba7
- fix test cf35ad1
- Only allow one thread to spawn in pipeline Only allow one to spawn threads since most of the code is serialized. Thi... 187e5f7
- Avoid spawn too many idle threads This can help to finish the pipeline in time and avoid spawning too much unused th... 4a81132
- Use a better way to do try_lock 7945c4e
- Fix style-check failure 2bc3bcd
- Fix CI fail for the assumption of thread count 4e02a93
- Continue fix thread count assumption eab2df7
- Avoid the lock in shouldSpawn() eedc15c
- Fix py style check 4cd2501
- Make test_concurrent_threads_soft_limit_defined_50 more robust Link: https://github.com/ClickHouse/ClickHouse/pull/... d28c783
- Merge branch 'master' into fix-explain-secret 2cd4024
- fix test ef6965a
- Init 2fab949
- and 87 more ...
pamarcos created a comment on a pull request on ClickHouse/ClickHouse
@PedroTadim I finally got the fuzzers working at https://s3.amazonaws.com/clickhouse-test-reports/71085/662ccb9ad91e6d9be6bbb01dd116262c1de5597b/ci_running.html :raised_hands: I'll increase fro...
pamarcos pushed 1 commit to fuzz-test PedroTadim/ClickHouse
- Increase grace period and allow BuzzHouse to fail Seems with gdb attached the process is taking way longer than anti... 4617bf6
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
The cost*
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
lel, good copy-pasterino we had
pamarcos closed a pull request on ClickHouse/ClickHouse
Speed up build_tidy: 37min -> 8min
Linking takes a lot of the time for `build_tidy`. Building also takes a bit, but since we're using `sccache` it's barely noticeable. In any case, we don't need to produce real binaries during the a...pamarcos pushed 1 commit to fuzz-test PedroTadim/ClickHouse
- Move BuzzHouse and Fuzzing mode to config.h bb46e85
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
Well, surprise surprise... with my attempt to re-arrange all the ones that we need to compile with original linkers at the very beginning gave me a linking error in all builds. e.g. https://s3.amaz...
pamarcos pushed 1 commit to speed-up-build-tidy ClickHouse/ClickHouse
- Improvements following review's feedback 10ffe57
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
Yep, that's an excellent idea to prevent messing up with this in the future :+1:
pamarcos created a review comment on a pull request on ClickHouse/ClickHouse
I asked myself the same, but didn't re-arrange them out of fear that something depended on something else. They shouldn't, but who knows. I'll give it a go, though.
pamarcos pushed 1 commit to speed-up-build-tidy ClickHouse/ClickHouse
- Ensure no real linkers are ever used Turns out that if we set the dummy launchers at the end of the CMakeLists.txt, ... 5978fcd