Skip to content

Conversation

@DavidKorczynski
Copy link
Collaborator

@DavidKorczynski DavidKorczynski commented Nov 19, 2025

$ python3 infra/helper.py check-tests --integrity-check json-c
...
23/25 Test #23: test_object_iterator .............   Passed    0.02 sec
      Start 24: test_json_pointer
24/25 Test #24: test_json_pointer ................   Passed    0.02 sec
      Start 25: test_json_patch
25/25 Test #25: test_json_patch ..................   Passed    0.03 sec

100% tests passed, 0 tests failed out of 25

Total Test time (real) =   0.71 sec
Integrity validator run tests for project: json-c
Diff patching for stage after.
Diff patch analysis begin. Stage: after, Current working dir: /src/json-c
Diff patch analysis after stage.
Git repo found: /src/json-c
Diff patch generated at /tmp/chronos-diff.patch
Difference between diffs:
Patch result: success. No patch found that affects source control versioning.
INFO:chronos.manager:succeeded patch: True
INFO:chronos.manager:run_tests.sh result succeeded: does not patch source control
INFO:chronos.manager:json-c test completion succeeded: Duration of run_tests.sh: 2.45 seconds

and for a failing project:

$ python3 infra/helper.py check-tests --integrity-check cups
...
> -#~ msgstr "Utilização: cups-x509 [OPÇÕES] [COMANDO] [ARGUMENTO]"
> -
> -#, c-format
> -#~ msgid "cups-x509: Bad URI '%s'."
> -#~ msgstr "O URI '%s' não é válido para o cups-x509."
> -
> -#, c-format
> -#~ msgid "cups-x509: Unable to connect to '%s' on port %d: %s"
> -#~ msgstr "Não foi possível conectar '%s' na porta %d de %s para o cups-x509"

Patch result: failed. Patch found that affects source control versioning.
INFO:chronos.manager:succeeded patch: False
INFO:chronos.manager:run_tests.sh result failed: patches source control
INFO:chronos.manager:cups test completion failed: Duration of run_tests.sh: 278.28 seconds

Cups is failing because it patches the source control (fix in #14291).

@DavidKorczynski DavidKorczynski marked this pull request as draft November 19, 2025 22:12
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
Signed-off-by: David Korczynski <david@adalogics.com>
@DavidKorczynski DavidKorczynski marked this pull request as ready for review November 24, 2025 21:29
@DavidKorczynski
Copy link
Collaborator Author

/gcbrun skip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant