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 (141 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 (0 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 (142 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="1601098860" [ OK ] FirebaseAuthImplTest.GetFirebaseToken (1 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseTokenRetryOnError TEST_LOOP_RANDOM_SEED="3019146051" [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="2264949921" [ OK ] FirebaseAuthImplTest.GetFirebaseUserId (0 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseUserIdRetryOnError TEST_LOOP_RANDOM_SEED="4074998384" [ERROR:src/ledger/lib/firebase_auth/firebase_auth_impl.cc(125)] Error retrieving the Firebase token from token provider: 11', retrying. [ OK ] FirebaseAuthImplTest.GetFirebaseUserIdRetryOnError (1 ms) [ RUN ] FirebaseAuthImplTest.GetFirebaseUserIdMaxRetry TEST_LOOP_RANDOM_SEED="675872557" [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="4094350590" [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 (2 ms total) [----------] 3 tests from CredentialsTest [ RUN ] CredentialsTest.CorrectConfig [ OK ] CredentialsTest.CorrectConfig (2 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 (1 ms) [----------] 3 tests from CredentialsTest (3 ms total) [----------] 6 tests from ServiceAccountTokenManagerTest [ RUN ] ServiceAccountTokenManagerTest.GetToken TEST_LOOP_RANDOM_SEED="3246693456" [ OK ] ServiceAccountTokenManagerTest.GetToken (7 ms) [ RUN ] ServiceAccountTokenManagerTest.GetTokenFromCache TEST_LOOP_RANDOM_SEED="1569989250" [ OK ] ServiceAccountTokenManagerTest.GetTokenFromCache (2 ms) [ RUN ] ServiceAccountTokenManagerTest.GetTokenNoCacheCache TEST_LOOP_RANDOM_SEED="1937443055" [ OK ] ServiceAccountTokenManagerTest.GetTokenNoCacheCache (2 ms) [ RUN ] ServiceAccountTokenManagerTest.NetworkError TEST_LOOP_RANDOM_SEED="1556846858" [ERROR:src/ledger/lib/firebase_auth/testing/service_account_token_manager.cc(79)] Encountered error in GetToken(): Error [ OK ] ServiceAccountTokenManagerTest.NetworkError (2 ms) [ RUN ] ServiceAccountTokenManagerTest.AuthenticationError TEST_LOOP_RANDOM_SEED="1387783150" [ERROR:src/ledger/lib/firebase_auth/testing/service_account_token_manager.cc(79)] Encountered error in GetToken(): Unauthorized [ OK ] ServiceAccountTokenManagerTest.AuthenticationError (2 ms) [ RUN ] ServiceAccountTokenManagerTest.ResponseFormatError TEST_LOOP_RANDOM_SEED="2480303340" [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 (16 ms total) [----------] 7 tests from ServiceAccountTokenMinterTest [ RUN ] ServiceAccountTokenMinterTest.GetClientId TEST_LOOP_RANDOM_SEED="856421924" [ OK ] ServiceAccountTokenMinterTest.GetClientId (1 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseToken TEST_LOOP_RANDOM_SEED="1922831403" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseToken (2 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseTokenFromCache TEST_LOOP_RANDOM_SEED="2249095269" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseTokenFromCache (2 ms) [ RUN ] ServiceAccountTokenMinterTest.GetFirebaseTokenNoCacheCache TEST_LOOP_RANDOM_SEED="1826885204" [ OK ] ServiceAccountTokenMinterTest.GetFirebaseTokenNoCacheCache (2 ms) [ RUN ] ServiceAccountTokenMinterTest.NetworkError TEST_LOOP_RANDOM_SEED="1974428526" [ OK ] ServiceAccountTokenMinterTest.NetworkError (2 ms) [ RUN ] ServiceAccountTokenMinterTest.AuthenticationError TEST_LOOP_RANDOM_SEED="167087314" [ OK ] ServiceAccountTokenMinterTest.AuthenticationError (2 ms) [ RUN ] ServiceAccountTokenMinterTest.ResponseFormatError TEST_LOOP_RANDOM_SEED="2861907909" [ OK ] ServiceAccountTokenMinterTest.ResponseFormatError (1 ms) [----------] 7 tests from ServiceAccountTokenMinterTest (12 ms total) [----------] Global test environment tear-down [==========] 44 tests from 8 test suites ran. (175 ms total) [ PASSED ] 44 tests.