2017-10-06 7 views
0

Firebase 테스트 랩에서 에스프레소 테스트를 실행합니다. 테스트가 통과 된 것처럼 보이지만 테스트가 끝나면 내부 시스템 오류가 발생합니다. 세부 사항은 다음과 같습니다.firebase 테스트 랩을 수행 한 후 "Internal System Error 1"을 얻습니다.

C:\temp>gcloud firebase test android run --type instrumentation --app mytest.apk --test mytest-androidTest.apk --device model=Nexus10,version=22,locale=en,orientation=landscape --timeout 300s 

Have questions, feedback, or issues? Get support by visiting: 
    https://firebase.google.com/support/ 

Uploading [mytest.apk] to Firebase Test Lab... 
Uploading [mytest-androidTest.apk] to Firebase Test Lab... 
Raw results will be stored in your GCS bucket at [https://console.developers.google.com/storage/browser/test-lab-j9zwyqscmy0rw-k53tazzivjxvu/2017-10-06_10:05:06.963000_QXyn/] 

Test [matrix-29xhyyz7dm2ko] has been created in the Google Cloud. 
Firebase Test Lab will execute your instrumentation test on 1 device(s). 
Creating individual test executions...done. 

Test results will be streamed to [https://console.firebase.google.com/project/cova-int/testlab/histories/bh.9e7919885115a3e5/matrices/6160084542711433457]. 
10:06:09 Test is Pending 
10:06:33 Starting attempt 1 
10:06:33 Test is Running 
10:07:47 Logging into the device 
10:08:00 Installing APK: com.mytest 
10:08:36 Installing APK: com.mytest.test 
10:09:07 Running instrumentation test. Package: com.mytest.test testrunner: android.support.test.runner.AndroidJUnitRunner useOrchestrator: false options: [] 
10:09:32 Instrumentation test has finished 
10:09:38 Generating video 
10:09:38 Retrieving performance samples 
10:09:57 Retrieving test artifacts 
10:10:03 Retrieving any crash results 
10:10:52 Processing Logcat. 
10:10:58 Done. Test time=26 (secs) 
ERROR: (gcloud.firebase.test.android.run) Firebase Test Lab infrastructure failure: Internal System Error 1 

C:\temp> 

누구에게도 동일한 문제가 있습니까?

도움을 주시면 감사하겠습니다.

답변

0

안녕하세요, 여기 파이어 바이저. 테스트 랩에서 최근에 코드를 푸는 데 문제가 있습니다. 팀에서 여기를보고있는 문제를 해결하기 위해 다시 테스트하고 있습니다.

+0

나는 본다. 고맙습니다. :-) –

+0

안녕하세요, Firebase Test Lab의 다른 문제를 살펴보실 수 있습니까? https://stackoverflow.com/questions/46778658/failed-to-start-an-instrument-test-from-firebase-gcloud-command -선 ? 도움을 주시면 감사하겠습니다. –