Skip to content

Conversation

@dothebart
Copy link
Contributor

@dothebart dothebart commented Nov 11, 2025

Fix the following:

set: --testdefinitions: unknown option

/scripts/runFullTests.fish (line 8): 
    set -e $argv[1]
    ^

(Type 'help set' for related documentation)
set: --testdefinitions: unknown option

/scripts/runFullTests.fish (line 9): 
    set -e $argv[1]
    ^

(Type 'help set' for related documentation)
Launching tests...
Using test definitions from arangodb repo
coverage value: LLVM_PROFILE_FILE = /work/gcov
[Errno 2] No such file or directory: '/work/ArangoDB/tests/test-definitions.txt'
Traceback (most recent call last):
  File "/home/jenkins/workspace/arangodb-ANY-coverage/jenkins/helper/test_launch_controller.py", line 489, in main
    tests = read_definitions(args.definitions, "", args)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/jenkins/workspace/arangodb-ANY-coverage/jenkins/helper/test_launch_controller.py", line 463, in read_definitions
    with open(filename, "r", encoding="utf-8") as filep:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/work/ArangoDB/tests/test-definitions.txt'
python exited 1
RESULT: BAD

@cla-bot cla-bot bot added the cla-signed label Nov 11, 2025
@KVS85
Copy link
Contributor

KVS85 commented Nov 11, 2025

@KVS85 KVS85 self-requested a review November 11, 2025 09:00
@KVS85
Copy link
Contributor

KVS85 commented Nov 11, 2025

@KVS85 KVS85 self-requested a review November 11, 2025 09:03
Copy link
Contributor

@KVS85 KVS85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@KVS85
Copy link
Contributor

KVS85 commented Nov 14, 2025

@KVS85
Copy link
Contributor

KVS85 commented Nov 14, 2025

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants