Fastlane-plugin-test_center: Parallelization Bug: multi_scan returns false regardless of whether or not a parallel run passed or failed

Created on 16 Jul 2019  路  6Comments  路  Source: lyndsey-ferguson/fastlane-plugin-test_center

New Issue Checklist

  • [x] Updated fastlane-plugin-test_center to the latest version
  • [x] I read the README.md
  • [x] I reviewed the example(s) for the action(s) I am using
  • [x] I have removed any sensitive data such as passwords, authentication tokens, or anything else I do not want to world to see

Issue Description


Each parallel test run returns false regardless of whether or not a parallel test run succeeded or not. I tweaked the code to print out the results of an individual test worker. It returns false for both success and failure.

Complete output when running fastlane, including the stack trace and command used


[INSERT OUTPUT HERE]

Environment


[INSERT OUTPUT HERE]

鈾伙笍 multi_scan 馃悶bug

All 6 comments

@yousefhamza @Vkt0r can you test this code to check if all test runs pass, multi_scan reports a pass?

If so, can you modify your Pluginfile per my instructions below, run bundle install, and then run your fastlane again?

Pluginfile:

gem 'fastlane-plugin-test_center', :git => "https://github.com/lyndsey-ferguson/fastlane-plugin-test_center.git", :branch => "117-fix-parallel-test-runs-only-return-false"

Please attach the console output as a text file to this issue (makes it easier for me to review).

Don't forget to test this please and thank you. 馃檹

I've tested it with both a parallelized run of tests that all pass to make sure it returns true. Same with some that fail returning false.

@lyndsey-ferguson No no don't worry I'll test it in the project from I got it (sorry different machine 馃槄). I'll throw results tomorrow.

@yousefhamza @Vkt0r don't forget about this test-request

馃挮

@lyndsey-ferguson Sorry for the delay, I've been testing it during the last couple of days and it's working fine on my side.

Was this page helpful?
0 / 5 - 0 ratings