Fix: Write data job scenarios (small & large) k6 failures 36/142336/2 master
authorhalil.cakal <halil.cakal@est.tech>
Fri, 31 Oct 2025 10:36:21 +0000 (10:36 +0000)
committerhalil.cakal <halil.cakal@est.tech>
Fri, 31 Oct 2025 17:16:04 +0000 (17:16 +0000)
commit0f2a078afd2502ec442bec62364af7e7b7da9108
treeade47639d5d1f9b7f9b266f772ca4c4172e2f7cc
parent1077fa6c896138c36ea189beaa17a4000e053019
Fix: Write data job scenarios (small & large) k6 failures

- After migrating from docker-compose to kubernetes deployment for
  regular test server, the write data jobs are failing because of
missing import
- To fix the issue, install the latest xk6-kafka automatically for any deployment type:
   docker-compose or kubernetes (previously it was automatically
installed for only docker-compose deployment)

Issue-ID: CPS-3028

Change-Id: I06419a4c068bd66448aa1e78d8df381e719f7b57
Signed-off-by: halil.cakal <halil.cakal@est.tech>
k6-tests/install-deps.sh
k6-tests/k6-main.sh