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 a test application repository #6605

Open
4 tasks
jackstockley89 opened this issue Dec 18, 2024 · 3 comments
Open
4 tasks

Create a test application repository #6605

jackstockley89 opened this issue Dec 18, 2024 · 3 comments

Comments

@jackstockley89
Copy link
Contributor

Background

When testing modules and new features in a test cluster there can be some drawbacks in testing the functionality, this can limit testing and can take a lot more time as we need to find or create an application to fulfil our needs. Have seen this kinder problem during the testing of Keda where testing the scalers is a challenge due to not having an application to push load to for scaling

Approach

We should look to create a repository that contains test applications for our modules that can be spun up in test clusters that will give use the ability to test the features to modules when needed

A starting point would be to create an application that takes advantage of SQS which would give us the ability to test event-driven scaling within Keda

Definition of done

  • readme has been updated
  • another team member has reviewed
  • smoke tests are green
  • prepare demo for the team

Reference

How to write good user stories

@mikebell
Copy link
Contributor

Is the plan to have one application that utilises all our modules or a set of application for each module. Could this utilise something like feature flags for each module?

@jackstockley89
Copy link
Contributor Author

the idea I have is to create a module, which will use flags to create a namespace and setup AWS resources needed for testing purposes

@jackstockley89
Copy link
Contributor Author

jackstockley89 commented Jan 16, 2025

example testing repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants