canonical / checkbox

Checkbox
https://checkbox.readthedocs.io
GNU General Public License v3.0
30 stars 47 forks source link

`bluetooth4/beacon_eddystone_url_*` failed #1114

Closed hanhsuan closed 6 months ago

hanhsuan commented 6 months ago

Bug Description

While executing bluetooth4/beacon_eddystone_url_*, the test will fail due to TypeError: main() missing 1 required positional argument: 'argv'. This should relate to #1086.

submission

To Reproduce

  1. execute bluetooth4/beacon_eddystone_url_* test case

Environment

Relevant log output

Traceback (most recent call last):
  File "/usr/bin/checkbox-support-eddystone_scanner", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3/dist-packages/checkbox_support/helpers/timeout.py", line 69, in _f
    return run_with_timeout(f, timeout_s, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/checkbox_support/helpers/timeout.py", line 56, in run_with_timeout
    raise exception_queue.get()
  File "/usr/lib/python3/dist-packages/checkbox_support/helpers/timeout.py", line 43, in _f
    result_queue.put(f(*args, **kwargs))
TypeError: main() missing 1 required positional argument: 'argv'

Additional context

No response

syncronize-issues-to-jira[bot] commented 6 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1339.

This message was autogenerated

Hook25 commented 6 months ago

thank you for the report, I know what is the cause and I will fix it as soon as possible