Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add conformance tests Add conformance tests that use the test proxy to ensure the client is running correctly. * try this and see what it does * Revert "try this and see what it does" This reverts commit aa18af6. * Make the yaml config run node and not java If the yaml config sets up node then the node test proxy can be tested. * Add echo to test * Add conformance to main CI pipeline instead * Add execution permissions * typo correction * Revert "typo correction" This reverts commit 2bb0eed. * Revert "Add execution permissions" This reverts commit 80d5569. * Revert "Add conformance to main CI pipeline instead" This reverts commit 359d413. * After reverts, rearrange files for best setup Add execution permissions to the conformance shell file. * Add logs to see what it does * Try adding more logs * Make sure it doesn’t get stuck Add & * Correct conformance paths test run path The path for the known failures is wrong and needs to be corrected. * Try without setting the proxy address * Fix path to the known failures again * Add a known failure so test will work Errors out because skip has no argument * Set the proxy address The proxy address needs to be set to where the test proxy is listening * Add known failures based on tests that fail The known failures should be added to the file so that those tests can be skipped * Put all the test names on one line By putting all the test names on one line maybe they will all be picked up to be skipped rather than just one of them. * Try using an ampersand to separate parameters * Revert "Try using an ampersand to separate parameters" This reverts commit cb9f89d. * Try unit array syntax Using the unix array syntax should make it easier to process the files. * Revert "Try unit array syntax" This reverts commit 1bb86d2. * Try reordering the items in known failures See if output mutes first test * Try adding a comma See if multiple arguments are accepted when a comma is added. * Use correct delimiter syntax for known failures This commit uses the right syntax for including all tests that need to be skipped. * Add additional failures that were skipped before Add tests to be skipped so that the conformance Github action passes. * Add the last known failure One more known failure needs to be included * Remove output log location The mentioned script is a leftover copy/paste error * Remove unecessary logging from script Logging used to debug should not be part of the script anymore. * run the linter Run the linter * remove console logs * Test on multiple versions of node The conformance tests may catch more issues to do with streaming and such if more versions of node are covered. * Eliminate logging for debugging pwd and ls should not be left in the script * Remove pushd and popd These two commands are unnecessary as nothing is run after them. * Remove known failures list of test As required, remove the list of known failures * Add a cleanup operation The cleanup operation should happen no matter how the program exits. * Empty-Commit
- Loading branch information