You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into below error while running stf test --sdc-version 3.4.0 -s stage/test_dev_stages.py
2021-03-26 01:57:46 PM [INFO] [streamsets.testframework.cli] Pulling Docker image streamsets/testframework:3.x ...
Traceback (most recent call last):
File "/usr/bin/stf", line 8, in
sys.exit(main())
File "/usr/lib/python3.6/dist-packages/streamsets/testframework/cli/init.py", line 113, in main
'TZ': os.readlink('/etc/localtime').split('zoneinfo/')[1], # sync host time zone to docker container
Hello,
I am running into below error while running stf test --sdc-version 3.4.0 -s stage/test_dev_stages.py
2021-03-26 01:57:46 PM [INFO] [streamsets.testframework.cli] Pulling Docker image streamsets/testframework:3.x ...
Traceback (most recent call last):
File "/usr/bin/stf", line 8, in
sys.exit(main())
File "/usr/lib/python3.6/dist-packages/streamsets/testframework/cli/init.py", line 113, in main
'TZ': os.readlink('/etc/localtime').split('zoneinfo/')[1], # sync host time zone to docker container
OSError: [Errno 22] Invalid argument: '/etc/localtime'
The text was updated successfully, but these errors were encountered: