fix(appium-service): fix startup failure caused by Appium stderr log output#15155
fix(appium-service): fix startup failure caused by Appium stderr log output#15155wswebcreation merged 3 commits intomainfrom
Conversation
create-wdio
eslint-plugin-wdio
@wdio/allure-reporter
@wdio/appium-service
@wdio/browser-runner
@wdio/browserstack-service
@wdio/cli
@wdio/concise-reporter
@wdio/config
@wdio/cucumber-framework
@wdio/dot-reporter
@wdio/firefox-profile-service
@wdio/globals
@wdio/jasmine-framework
@wdio/json-reporter
@wdio/junit-reporter
@wdio/lighthouse-service
@wdio/local-runner
@wdio/logger
@wdio/mocha-framework
@wdio/protocols
@wdio/repl
@wdio/reporter
@wdio/runner
@wdio/sauce-service
@wdio/shared-store-service
@wdio/smoke-test-cjs-service
@wdio/smoke-test-reporter
@wdio/smoke-test-service
@wdio/spec-reporter
@wdio/static-server-service
@wdio/sumologic-reporter
@wdio/testingbot-service
@wdio/types
@wdio/utils
@wdio/webdriver-mock-service
@wdio/xvfb
webdriver
webdriverio
commit: |
|
I'm now simplifying this because I got issues with newer versions of Appium (Appium 3). I now also had issues with the Can you also check this again befor we merge it? Just making sure I'm not missing stuff |
|
This doesn't seem like intentional behavior - could you please also create a bug ticket on the Appium repo? |
Done that @eglitise , see appium/appium#22077, between 3.1.1 and 3.2.2 it started to fail |
Proposed changes
dbug,info,WARN,erro) to stderr, not stdoutonErrorMessagestderr handler was rejecting the startup promise on any unrecognized stderr datadbugError: Appium Creating hash file directory:...could arrive as two chunks:dbugthenError: Appium Creating...making any prefix-based allowlist unreliableWARNthrough) did not cover other log levelsTypes of changes
Checklist
Backport Request
//: # (The current
mainbranch is the development branch for WebdriverIO v9. If your change should be released to the current major version of WebdriverIO (v8), please raise another PR with the same changes against thev8branch.)v9and doesn't need to be back-ported#XXXXXFurther comments
Reviewers: @webdriverio/project-committers