-
Notifications
You must be signed in to change notification settings - Fork 230
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
Issue with k6 Test Execution and Missing k6-test-secret #1838
Comments
@vvasilevbosch could you please have a look? |
I will check this |
The benchmark test does not use any secrets. I ran ran the benchmark locally and noticed I have left a env var that is unused, and perhaps causing the issue - 'AUTHORIZATION_HEADER_VALUE'. I will open a PR soon, but I hit some other issues with xk6-kafka as well, they seem to have changed the type of a property, that is used and the benchmark is not working with xk6-kafka >= 20.0.0. |
Follow this PR, after it's merged, it should all be working #1849 |
I tried running the latest benchmark.I followed every steps and I was able to see the kafka connection made and the connetion status is Open and succeeded, But then I am getting a error which says in the logs of k6-ditto-benchmark-test-1 |
I clearly missed declaring this variable and didn't test out the creation of things after my refactor. I opened PR #1855 |
#1855 is closed now, it should be all fine |
Hello,
I'm currently setting up a benchmarking environment for Ditto with the following components:
During the execution of the tests using the command k create -f k6-ditto-benchmark-test.yaml, I encountered an error indicating that the k6-test-secret was not found. This secret is not present in the directory, nor is it mentioned in any of the provided YAML files.
Could you please provide guidance on what should be included in the k6-test-secret and how we can configure it correctly?
The text was updated successfully, but these errors were encountered: