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

[Tests] BWC test improvements #1447

Merged
merged 6 commits into from
Apr 15, 2022

Commits on Apr 12, 2022

  1. [Tests] BWC test improvements for CI

    There were a couple issues related the BWC that was not supported
    within the current iteration of the BWC script.
    
    This fixes the following:
    * Format of files being saved with color looks unreadable in txt form
    * Exit code not being cypress exit code which would be the amount of errors.
      * Issue because texts would fail but would return 0 to test runner because the script worked
    * CI test runner expects to be able to call the same files twice (security:no-security)
      * Issue because results for both were saved at the same time while original it was wiped clean
    * Support from 'Playground' environments
    * Source to actually call the script
    * wget not available in CI runner
    * Track PID of process instead of greping since greping was not reliable.
    * OpenSearch config setup
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    8463381 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    93c2cde View commit details
    Browse the repository at this point in the history
  3. Fix path of distribution

    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    33bc9c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. set CI and clean up more vars

    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    00e5375 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Add playground comment

    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    121dc65 View commit details
    Browse the repository at this point in the history
  2. Readd tests

    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    b5c4356 View commit details
    Browse the repository at this point in the history