keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
124 stars 66 forks source link

Testsuite for External Infinispan Feature #875

Closed pruivo closed 5 days ago

pruivo commented 5 days ago

Add option to skip the embedded cache assertions and update the GH jobs to run the test suite

Fixes #874

ahus1 commented 5 days ago

@pruivo - I've updated the GitHub action a bit for the added step as it seems to me we always run the functional test first, and then the load test. I also updated the needs to match the previous step.

Do you have a run in your GH repo that show a green outcome of the scripts?

pruivo commented 5 days ago

@ahus1 if I enable the scripts in my fork, wouldn't that conflict with the nightly job from this repo? I didn't run the GH scripts, just the tests locally.

ahus1 commented 5 days ago

@pruivo - The main question is what I need to test, and what has already been tested. You can enable actions in your repo, and the nightly job in your repo shouldn't conflict with the one in the main repo.

Unfortunately you can't pass a cluster prefix to a manually scheduled run as of today.

Ok, I'll continue testing. BTW, the DCO bot complains that a signoff fails. I'll ignore it here for now.

pruivo commented 5 days ago

It is just the GH actions yaml files that aren't tested. I was hope to use the nightly for it :P

pruivo commented 5 days ago

thanks @ahus1 !