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
Run starting. Expected test count is: 24
ServiceControlCliArgumentsSuite:
- test basic kyuubi service arguments parser *** FAILED ***
"[zhangduo-ubuntu]" did not equal "[localhost]"
(ServiceControlCliArgumentsSuite.scala:99)
Analysis:
"[zhangduo-ubuntu]" -> "[localhost]"
- prints usage on empty input
- prints error with unrecognized options
- test invalid arguments
- test extra unused arguments
- test list action arguments
- test get/delete action arguments
- test with unknown host
- test with invalid port specification
- test create action arguments
- test use default property value if missing
- test use short options *** FAILED ***
"[zhangduo-ubuntu]" did not equal "[localhost]"
(ServiceControlCliArgumentsSuite.scala:333)
Analysis:
"[zhangduo-ubuntu]" -> "[localhost]"
- test --help
It seems related to how we get the machine name. My machine name is zhangduo-ubuntu, so in general, 'zhangduo-ubuntu' points to the same machine with 'localhost'.
Code of Conduct
Search before asking
Describe the subtask
https://lists.apache.org/thread/g0ydjyo9893f0dvvmgg3sgkkfcr2xzm6
Parent issue
#1733
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: