-
Notifications
You must be signed in to change notification settings - Fork 851
Cleaner test output, enhanced filters. #16021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
in testing.js:
appending:
seems nicer to me than having these double-if'ed expressions all over the place... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please apply the two suggested simplifications.
Done. |
Just as an idea: Can this also be set with a configuration file or via environment variables? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix this one condition, else LGTM.
@hkernbach In reply to Yes it could be picked up from a config file for sure. We could read overrides from a file in
|
The reference test has been aborted, and aborted sub-jobs have been restarted. |
* add separate list of testfiles * start modularizing the testrunner function into a deriveable object * start modularizing the testrunner function into a deriveable object * Update js/client/modules/@arangodb/testutils/testrunner.js Co-authored-by: Jan <jsteemann@users.noreply.github.com> * convert more testsuites to the new logic * properly convert the agency runner * modify audit test * convert auth tests * convert chaos * adjust communication suite * convert more tests * lint * fix testcase path * cleanup, convert two missing suites * endpoints suite * disable graph checks for backup suite * lint * documentation * implement permissions test * fix database to be used for checking * one last convert * lint * re-apply changes from #16021 * Update js/client/modules/@arangodb/testutils/testrunner.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/backup.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/backup.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/communication.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/go.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/go.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/rta_makedata.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/rta_makedata.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/endpoints.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/endpoints.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/go.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/drivers.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/go.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/drivers.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testutils/test-utils.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testutils/test-utils.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testutils/test-utils.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/drivers.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/js.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/php.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/rta_makedata.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/go.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/java.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/endpoints.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/export.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/importing.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/permissions_client.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/server_permissions.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testutils/testrunner.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Update js/client/modules/@arangodb/testsuites/replication.js Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> * disable bypass * add check whether arangods exited early during startup * move haxxman string into one common place * fix typo, bucket splitting * fix authentification setting in restart Co-authored-by: Jan <jsteemann@users.noreply.github.com> Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com>
Scope & Purpose
This PR solves 2 issues:
noStartStopLogs
is added to suppress these extraneous messages. This option is overridden whenextremeVerbosity
is set totrue
.Checklist
Related Information
(Please reference tickets / specification / other PRs etc)