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 (1 ms) [ RUN ] CoroutineManager.DeleteInCallback [ OK ] CoroutineManager.DeleteInCallback (0 ms) [----------] 4 tests from CoroutineManager (1 ms total) [----------] 11 tests from Coroutine [ RUN ] Coroutine.SingleRoutine [ OK ] Coroutine.SingleRoutine (0 ms) [ RUN ] Coroutine.ManyRoutines [ OK ] Coroutine.ManyRoutines (104 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 (105 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="3799967875" [ OK ] FirebaseAuthImplTest.GetFirebaseToken (0 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseTokenRetryOnError TEST_LOOP_RANDOM_SEED="4251516618" [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="1229253673" [ OK ] FirebaseAuthImplTest.GetFirebaseUserId (1 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseUserIdRetryOnError TEST_LOOP_RANDOM_SEED="3147122846" [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="3444624967" [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="1641593509" [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 (0 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 (1 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="364093676" [ OK ] ServiceAccountTokenManagerTest.GetToken (0 ms) [ RUN ] ServiceAccountTokenManagerTest.GetTokenFromCache TEST_LOOP_RANDOM_SEED="974337205" [ OK ] ServiceAccountTokenManagerTest.GetTokenFromCache (1 ms) [ RUN ] ServiceAccountTokenManagerTest.GetTokenNoCacheCache TEST_LOOP_RANDOM_SEED="940157816" [ OK ] ServiceAccountTokenManagerTest.GetTokenNoCacheCache (1 ms) [ RUN ] ServiceAccountTokenManagerTest.NetworkError TEST_LOOP_RANDOM_SEED="2441036321" [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="2337330960" [ERROR:src/ledger/lib/firebase_auth/testing/service_account_token_manager.cc(79)] Encountered error in GetToken(): Unauthorized [ OK ] ServiceAccountTokenManagerTest.AuthenticationError (0 ms) [ RUN ] ServiceAccountTokenManagerTest.ResponseFormatError TEST_LOOP_RANDOM_SEED="21266526" [ERROR:src/ledger/lib/firebase_auth/testing/service_account_token_manager.cc(79)] Encountered error in GetToken(): Unable to parse response: [ OK ] ServiceAccountTokenManagerTest.ResponseFormatError (1 ms) [----------] 6 tests from ServiceAccountTokenManagerTest (3 ms total) [----------] 7 tests from ServiceAccountTokenMinterTest [ RUN ] ServiceAccountTokenMinterTest.GetClientId TEST_LOOP_RANDOM_SEED="36867906" [ OK ] ServiceAccountTokenMinterTest.GetClientId (0 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseToken TEST_LOOP_RANDOM_SEED="938199567" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseToken (1 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseTokenFromCache TEST_LOOP_RANDOM_SEED="3552087276" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseTokenFromCache (0 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseTokenNoCacheCache TEST_LOOP_RANDOM_SEED="2448521649" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseTokenNoCacheCache (1 ms) [ RUN ] ServiceAccountTokenMinterTest.NetworkError TEST_LOOP_RANDOM_SEED="496169202" [ OK ] ServiceAccountTokenMinterTest.NetworkError (0 ms) [ RUN ] ServiceAccountTokenMinterTest.AuthenticationError TEST_LOOP_RANDOM_SEED="3750159777" [ OK ] ServiceAccountTokenMinterTest.AuthenticationError (1 ms) [ RUN ] ServiceAccountTokenMinterTest.ResponseFormatError TEST_LOOP_RANDOM_SEED="2910157634" [ OK ] ServiceAccountTokenMinterTest.ResponseFormatError (0 ms) [----------] 7 tests from ServiceAccountTokenMinterTest (3 ms total) [----------] Global test environment tear-down [==========] 44 tests from 8 test suites ran. (114 ms total) [ PASSED ] 44 tests.