Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: run an example code on CI as a quick functionality check #720

Merged
merged 14 commits into from
Jul 23, 2024

Conversation

KazuCocoa
Copy link
Member

No description provided.

@KazuCocoa
Copy link
Member Author

2024-07-22 08:58:38:840 - [4f71ae61][XCUITestDriver@7a75] Starting log capture for iOS Simulator with udid '033AAADD-D00F-4622-81A3-08DCF8DCDDA9' using simctl
2024-07-22 08:58:39:459 - [4f71ae61][XCUITestDriver@7a75] [IOS_SYSLOG_ROW STDERR] getpwuid_r did not find a match for uid 501
2024-07-22 08:58:39:459 - [4f71ae61][XCUITestDriver@7a75] Event 'logCaptureStarted' logged at 1721638719459 (08:58:39 GMT+0000 (Coordinated Universal Time))
2024-07-22 08:58:39:459 - [4f71ae61][XCUITestDriver@7a75] Setting up simulator

hm, it looks like simulator's log is not available on gha...?

@KazuCocoa
Copy link
Member Author

hm, the ci caused:

2024-07-22 09:20:57:239 - [a0b078c4][FlutterDriver@ae5f] Establishing a connection to the Dart Observatory
2024-07-22 09:20:57:643 - [a0b078c4][FlutterDriver@ae5f] Connecting to Dart Observatory: ws://127.0.0.1:37935/ltHvr69oUoo=/ws
2024-07-22 09:20:57:725 - [a0b078c4][FlutterDriver@ae5f] Listing all isolates: [{"type":"@Isolate","id":"isolates/4191217757987151","name":"main","number":"4191217757987151","isSystemIsolate":false}]
2024-07-22 09:20:57:799 - [a0b078c4][FlutterDriver@ae5f] Deleting Flutter Driver session
2024-07-22 09:20:57:799 - [a0b078c4][FlutterDriver@ae5f] Cleanup the port forward
2024-07-22 09:20:57:800 - [a0b078c4][AppiumDriver@e748] Event 'newSessionStarted' logged at 1721640057800 (09:20:57 GMT+0000 (Coordinated Universal Time))
2024-07-22 09:20:57:803 - [a0b078c4][AppiumDriver@e748] Encountered internal error running command: TypeError: Cannot read properties of undefined (reading 'adb')
    at FlutterDriver.deleteSession (/home/runner/work/appium-flutter-driver/appium-flutter-driver/driver/lib/driver.ts:134:34)
    at FlutterDriver.createSession (/home/runner/work/appium-flutter-driver/appium-flutter-driver/driver/lib/sessions/session.ts:59:16)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at AppiumDriver.createSession (/opt/hostedtoolcache/node/20.15.1/x64/lib/node_modules/appium/lib/appium.js:731:35)
2024-07-22 09:20:57:816 - [a0b078c4][HTTP] <-- POST /session 500 26398 ms - 656 
2024-07-22 09:20:59:193 - [a0b078c4][AndroidUiautomator2Driver@ec54] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server:

it might be interesting to check before a release. It didn't occur in past run in this PR.

@KazuCocoa KazuCocoa marked this pull request as ready for review July 23, 2024 06:42
@KazuCocoa KazuCocoa merged commit 73b497e into main Jul 23, 2024
15 of 16 checks passed
@KazuCocoa KazuCocoa deleted the add-ci-e2e-example-run branch July 23, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant