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

Create GitHub Actions pipeline that calls listAvailablePackages. Collect data on frequency of failure. #90

Open
edburns opened this issue Jul 27, 2021 · 0 comments

Comments

@edburns
Copy link
Collaborator

edburns commented Jul 27, 2021

Issue #56 reports an intermittent problem that happens during deployment of the tWAS on VMs. offer. This issue requests standing up a GitHub actions pipeline that runs with appropriate frequency that tries to reproduce the issue. All of the techniques to implement this issue are already understood and exercised somewhere else in this repository. Here is one possible sketch of the implementation task. This work is easiest to happen in the image repo

  • Copy/paste one of the existing pipelines
  • Decide the frequency of execution
  • Stand up a VM with the IHS or tWAS base image (not sure which to choose)
  • Use the "send ssh commands to the VM" approach to invoke the listAvailablePackages command that fails, as described in listAvailablePackages returns No packages were found #56.
  • If the problem manifests, ensure the job fails.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant