Back to build
Raw log | Switch to full mode | Login

Running main() from ../../third_party/googletest/googletest/src/gtest_main.cc [==========] Running 44 tests from 8 test suites. [----------] Global test environment set-up. [----------] 4 tests from CoroutineManager [ RUN ] CoroutineManager.CallbackIsCalled [ OK ] CoroutineManager.CallbackIsCalled (0 ms) [ RUN ] CoroutineManager.InterruptCoroutineOnDestruction [ OK ] CoroutineManager.InterruptCoroutineOnDestruction (0 ms) [ RUN ] CoroutineManager.NoCallback [ OK ] CoroutineManager.NoCallback (0 ms) [ RUN ] CoroutineManager.DeleteInCallback [ OK ] CoroutineManager.DeleteInCallback (0 ms) [----------] 4 tests from CoroutineManager (0 ms total) [----------] 11 tests from Coroutine [ RUN ] Coroutine.SingleRoutine [ OK ] Coroutine.SingleRoutine (0 ms) [ RUN ] Coroutine.ManyRoutines [ OK ] Coroutine.ManyRoutines (106 ms) [ RUN ] Coroutine.AsyncCall [ OK ] Coroutine.AsyncCall (0 ms) [ RUN ] Coroutine.SynchronousAsyncCall [ OK ] Coroutine.SynchronousAsyncCall (0 ms) [ RUN ] Coroutine.DroppedAsyncCall [ OK ] Coroutine.DroppedAsyncCall (0 ms) [ RUN ] Coroutine.DroppedAsyncCallAsynchronously [ OK ] Coroutine.DroppedAsyncCallAsynchronously (0 ms) [ RUN ] Coroutine.RunAndDroppedAsyncCallAfterCoroutineDeletion [ OK ] Coroutine.RunAndDroppedAsyncCallAfterCoroutineDeletion (1 ms) [ RUN ] Coroutine.Interrupt [ OK ] Coroutine.Interrupt (0 ms) [ RUN ] Coroutine.ReuseStack [ OK ] Coroutine.ReuseStack (0 ms) [ RUN ] Coroutine.ResumeCoroutineInOtherCoroutineDestructor [ OK ] Coroutine.ResumeCoroutineInOtherCoroutineDestructor (0 ms) [ RUN ] Coroutine.AsyncCallCapture [ OK ] Coroutine.AsyncCallCapture (0 ms) [----------] 11 tests from Coroutine (107 ms total) [----------] 1 test from CoroutineWaiterTest [ RUN ] CoroutineWaiterTest.Wait [ OK ] CoroutineWaiterTest.Wait (0 ms) [----------] 1 test from CoroutineWaiterTest (0 ms total) [----------] 6 tests from Context [ RUN ] Context.GetContext [ OK ] Context.GetContext (0 ms) [ RUN ] Context.SetContext [ OK ] Context.SetContext (0 ms) [ RUN ] Context.MakeContext [ OK ] Context.MakeContext (0 ms) [ RUN ] Context.ThreadLocal [ OK ] Context.ThreadLocal (0 ms) [ RUN ] Context.MakeContextUnsafeStack [ OK ] Context.MakeContextUnsafeStack (0 ms) [ RUN ] Context.CheckStacksAreDifferent [ OK ] Context.CheckStacksAreDifferent (0 ms) [----------] 6 tests from Context (0 ms total) [----------] 6 tests from FirebaseAuthImplTest [ RUN ] FirebaseAuthImplTest.GetFirebaseToken TEST_LOOP_RANDOM_SEED="2366999728" [ OK ] FirebaseAuthImplTest.GetFirebaseToken (1 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseTokenRetryOnError TEST_LOOP_RANDOM_SEED="2429945882" [ERROR:src/ledger/lib/firebase_auth/firebase_auth_impl.cc(125)] Error retrieving the Firebase token from token provider: 11', retrying. [ OK ] FirebaseAuthImplTest.GetFirebaseTokenRetryOnError (0 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseUserId TEST_LOOP_RANDOM_SEED="2044633665" [ OK ] FirebaseAuthImplTest.GetFirebaseUserId (0 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseUserIdRetryOnError TEST_LOOP_RANDOM_SEED="1953153873" [ERROR:src/ledger/lib/firebase_auth/firebase_auth_impl.cc(125)] Error retrieving the Firebase token from token provider: 11', retrying. [ OK ] FirebaseAuthImplTest.GetFirebaseUserIdRetryOnError (0 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseUserIdMaxRetry TEST_LOOP_RANDOM_SEED="358069317" [ERROR:src/ledger/lib/firebase_auth/firebase_auth_impl.cc(125)] Error retrieving the Firebase token from token provider: 11', retrying. [ERROR:src/ledger/lib/firebase_auth/firebase_auth_impl.cc(125)] Error retrieving the Firebase token from token provider: 3', retrying. [ OK ] FirebaseAuthImplTest.GetFirebaseUserIdMaxRetry (0 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseUserIdNonRetriableError TEST_LOOP_RANDOM_SEED="3979828378" [ERROR:src/ledger/lib/firebase_auth/firebase_auth_impl.cc(125)] Error retrieving the Firebase token from token provider: 5', retrying. [ OK ] FirebaseAuthImplTest.GetFirebaseUserIdNonRetriableError (0 ms) [----------] 6 tests from FirebaseAuthImplTest (1 ms total) [----------] 3 tests from CredentialsTest [ RUN ] CredentialsTest.CorrectConfig [ OK ] CredentialsTest.CorrectConfig (1 ms) [ RUN ] CredentialsTest.IncorrectConfig [ERROR:src/ledger/lib/firebase_auth/testing/credentials.cc(49)] Json file is incorrect: [ERROR:garnet/public/lib/rapidjson_utils/rapidjson_validation.cc(42)] Incorrect schema at # , schema violation: required [ERROR:src/ledger/lib/firebase_auth/testing/credentials.cc(75)] Provided key is not a RSA key. [ OK ] CredentialsTest.IncorrectConfig (0 ms) [ RUN ] CredentialsTest.Clone [ OK ] CredentialsTest.Clone (0 ms) [----------] 3 tests from CredentialsTest (1 ms total) [----------] 6 tests from ServiceAccountTokenManagerTest [ RUN ] ServiceAccountTokenManagerTest.GetToken TEST_LOOP_RANDOM_SEED="3485201416" [ OK ] ServiceAccountTokenManagerTest.GetToken (1 ms) [ RUN ] ServiceAccountTokenManagerTest.GetTokenFromCache TEST_LOOP_RANDOM_SEED="3513971724" [ OK ] ServiceAccountTokenManagerTest.GetTokenFromCache (0 ms) [ RUN ] ServiceAccountTokenManagerTest.GetTokenNoCacheCache TEST_LOOP_RANDOM_SEED="1088389361" [ OK ] ServiceAccountTokenManagerTest.GetTokenNoCacheCache (1 ms) [ RUN ] ServiceAccountTokenManagerTest.NetworkError TEST_LOOP_RANDOM_SEED="2847886568" [ERROR:src/ledger/lib/firebase_auth/testing/service_account_token_manager.cc(79)] Encountered error in GetToken(): Error [ OK ] ServiceAccountTokenManagerTest.NetworkError (0 ms) [ RUN ] ServiceAccountTokenManagerTest.AuthenticationError TEST_LOOP_RANDOM_SEED="1112844629" [ERROR:src/ledger/lib/firebase_auth/testing/service_account_token_manager.cc(79)] Encountered error in GetToken(): Unauthorized [ OK ] ServiceAccountTokenManagerTest.AuthenticationError (1 ms) [ RUN ] ServiceAccountTokenManagerTest.ResponseFormatError TEST_LOOP_RANDOM_SEED="2856344804" [ERROR:src/ledger/lib/firebase_auth/testing/service_account_token_manager.cc(79)] Encountered error in GetToken(): Unable to parse response: [ OK ] ServiceAccountTokenManagerTest.ResponseFormatError (0 ms) [----------] 6 tests from ServiceAccountTokenManagerTest (3 ms total) [----------] 7 tests from ServiceAccountTokenMinterTest [ RUN ] ServiceAccountTokenMinterTest.GetClientId TEST_LOOP_RANDOM_SEED="1119347489" [ OK ] ServiceAccountTokenMinterTest.GetClientId (1 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseToken TEST_LOOP_RANDOM_SEED="346119553" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseToken (0 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseTokenFromCache TEST_LOOP_RANDOM_SEED="3372951422" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseTokenFromCache (1 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseTokenNoCacheCache TEST_LOOP_RANDOM_SEED="3773824263" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseTokenNoCacheCache (0 ms) [ RUN ] ServiceAccountTokenMinterTest.NetworkError TEST_LOOP_RANDOM_SEED="3485733820" [ OK ] ServiceAccountTokenMinterTest.NetworkError (1 ms) [ RUN ] ServiceAccountTokenMinterTest.AuthenticationError TEST_LOOP_RANDOM_SEED="930795992" [ OK ] ServiceAccountTokenMinterTest.AuthenticationError (0 ms) [ RUN ] ServiceAccountTokenMinterTest.ResponseFormatError TEST_LOOP_RANDOM_SEED="3383287011" [ OK ] ServiceAccountTokenMinterTest.ResponseFormatError (0 ms) [----------] 7 tests from ServiceAccountTokenMinterTest (3 ms total) [----------] Global test environment tear-down [==========] 44 tests from 8 test suites ran. (115 ms total) [ PASSED ] 44 tests.