Skip to content
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

Cleanup/sut checker modules #20880

Open
wants to merge 39 commits into
base: devel
Choose a base branch
from
Open

Conversation

dothebart
Copy link
Contributor

Scope & Purpose

make SUT health checkers modular.

  • 🔨 Refactoring/simplification

- add a way to scan test infrastructure for commandline options and
  their defaults
- move most options out of `testing.js` into the modules that work with
  these options
- options used by instance.js and instance-manager.js will end in
  instance-manager.js
- introduce API function to add documentation including duplicate
  checking
- remove redundand options from testsuites
- locate and fix duplicates
- move portManager into its own file
@cla-bot cla-bot bot added the cla-signed label Apr 30, 2024
@dothebart dothebart marked this pull request as ready for review May 7, 2024 09:17
@jsteemann jsteemann added this to the devel milestone May 24, 2024

for (var attrname in functionsDocumentation) { fnDocs[attrname] = functionsDocumentation[attrname]; }
for (var i = 0; i < optionsDocumentation.length; i++) { optionsDoc.push(optionsDocumentation[i]); }
tu.CopyIntoObject(fnDocs, functionsDocumentation);
Copy link
Contributor

Choose a reason for hiding this comment

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

the call to CopyIntoList is missing...

@@ -292,6 +292,5 @@ exports.setup = function (testFns, opts, fnDocs, optionsDoc, allTestPaths) {
testFns['BackupAuthSysTests'] = BackupAuthSysTests;
testFns['BackupAuthNoSysTests'] = BackupAuthNoSysTests;

for (var attrname in functionsDocumentation) { fnDocs[attrname] = functionsDocumentation[attrname]; }
for (var i = 0; i < optionsDocumentation.length; i++) { optionsDoc.push(optionsDocumentation[i]); }
tu.CopyIntoObject(fnDocs, functionsDocumentation);
Copy link
Contributor

Choose a reason for hiding this comment

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

the call to CopyIntoList is missing...

dothebart and others added 19 commits May 24, 2024 16:14
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
…s.js

Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
…ions. Do away with cut'n' paste leftovers.
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.

None yet

3 participants