citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
82 stars 27 forks source link

exec /usr/bin/mvn: exec format error #498

Open RitikaLaddha opened 2 months ago

RitikaLaddha commented 2 months ago

Getting exec format error while running simple hello world test

helloworld.feature
Feature: Hello

  Scenario: Print hello message
    Given print 'Hello from YAKS!'

$ yaks run helloworld.feature --logger root=INFO -n cds

Test 'helloworld' created
[test-helloworld-coh10glondruq9leskp0-7tjld test-1] Monitoring pod test-helloworld-coh10glondruq9leskp0-7tjld
[test-helloworld-coh10glondruq9leskp0-7tjld test-1] **exec /usr/bin/mvn: exec format error**
Test 'helloworld' finished with status: Running
Test results: Total: 0, Passed: 0, Failed: 0, Errors: 0, Skipped: 0
christophd commented 2 months ago

Yes, there seems to be an issue with the multi platform Docker image built for v0.19.0

I am having a look asap and try to fix. Many thanks!

RitikaLaddha commented 2 months ago

Which version can I use till you provide fix for v0.19.0?

RitikaLaddha commented 2 months ago

v0.18.0 is working fine for me. Thanks