Altinn / altinn-file-scan

Microservice for handling file scan
MIT License
0 stars 0 forks source link

Upgrading loadimpact/k6 from 0.42.0 to 0.44.1 breaks the tests #66

Closed acn-sbuad closed 1 year ago

acn-sbuad commented 1 year ago

Description of the bug

must solve mounting of local files before upgrade to 0.43.1 See https://k6.io/docs/using-k6/modules/#using-local-modules-with-docker

Steps To Reproduce

  1. bump dependency in docker-compose
  2. run test docker-compose run k6 run /src/tests/end2end.js -e tokenGeneratorUserName=autotest -e tokenGeneratorUserPwd=*** -e env=at21 -e subskey=*** -e partyId=50011945 -e personNumber=01046501523 -e userId=20002660 -e org=ttd -e app=filescan-end-to-end
  3. See error

Additional Information

No response

acn-sbuad commented 1 year ago

FIxed