cryostatio / cryostat

Secure JDK Flight Recorder management for containerized JVMs
https://cryostat.io
Other
12 stars 9 forks source link

[Request] Add more sample applications to smoketest #403

Open andrewazores opened 5 months ago

andrewazores commented 5 months ago

Describe the feature

More sample applications, in particular examples of real applications (not Quarkus hello-worlds and the vertx-fib-demo) would be good to have in the smoketest scenario for testing.

Anything other information?

No response

tthvo commented 2 months ago

I am thinking the smoketest script can categorize the types of sample apps. For example, basic, basic-with-agent, search, etc. Then, we can run bash smoketest -t basic,search.

This is a good idea, since running all of the sample apps ends up taking more and more resources on the workstation (and more time to pull and start containers) and may not always be desired. But -t alone, or -t all, should still be available so we can run everything at once to provide a full test suite without having to restart the smoketest to test against different things.

Originally posted by @andrewazores in https://github.com/cryostatio/cryostat/issues/570#issuecomment-2239445865

Putting the idea here to track :D

andrewazores commented 2 months ago

^ working on that now.