jabber.developer
  • Joined on 2025-06-19
jabber.developer opened issue devs/cproof#85 2026-02-05 11:56:07 +00:00
Make security audit for CWE-134
jabber.developer merged pull request devs/cproof#79 2026-02-02 16:47:30 +00:00
Improve Functional Test Stability and CI Reliability
jabber.developer closed issue devs/cproof#78 2026-02-02 16:47:30 +00:00
Functional tests are failing during CI
jabber.developer pushed to master at devs/cproof 2026-02-02 16:47:09 +00:00
f8826b7c79 ci: improve CI stability with parallel builds and Valgrind
jabber.developer created branch tests/disco in devs/cproof 2026-02-02 16:43:31 +00:00
jabber.developer pushed to tests/disco at devs/cproof 2026-02-02 16:43:31 +00:00
770a46c1c9 tests: Add disco tests
jabber.developer commented on pull request devs/cproof#79 2026-02-02 12:42:25 +00:00
Improve Functional Test Stability and CI Reliability

Should be in stderr. Please check analogous cases

jabber.developer commented on pull request devs/cproof#79 2026-02-02 12:42:25 +00:00
Improve Functional Test Stability and CI Reliability

Can we do something with the magic number 4 in the comments as well? Here and elsewhere

jabber.developer suggested changes for devs/cproof#79 2026-02-02 12:42:25 +00:00
Improve Functional Test Stability and CI Reliability

Generally LGTM, but errors should go to stderr. Ideally, we should also change 1 2 3 4 to use a constant (something like 1 ... TEST_GROUPS). Please fix these minor issues and I can merge it ASAP.

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

Can we repeat order of the variables for readability? I.e. run_valgrind and then extra_flags to match order above

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

Is it required? It needs to be updated each time the set variables of the method are updated, yet it does not provide additional data. It would make more sense to explain what each variable means next to their initiation place.

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

IMPORTANT:

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

It shouldn't be at the stderr. It would make more sense to put it in the stdout, since it's informational/debug data.

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

It shouldn't be at the stderr. It would make more sense to put it in the stdout, since it's informational/debug data.

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

50 ms clarifying comment was on point. But it should be formatted in the same manner as other comments (for inline comment, use either /* or //, not both)

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

Why 2 builds (0 and 1) share the same ports range?

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

Why do we need to do this?

jabber.developer suggested changes for devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

Thank you for the PR. It's a great functional improvement. On the other note, I'd like to see slightly better practices in terms of readability and general coding best practices (avoiding magic numbers, commentary that add context rather than repeat code, and, importantly, unified error handling stategy). Nonetheless, solid PR overall.

jabber.developer commented on pull request devs/cproof#79 2026-01-30 18:59:16 +00:00
Improve Functional Test Stability and CI Reliability

Wouldn't it create trash in non-CI (local) run?