Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spanner: many tests failed #8121

Closed
flaky-bot bot opened this issue Jun 16, 2023 · 1 comment
Closed

spanner: many tests failed #8121

flaky-bot bot opened this issue Jun 16, 2023 · 1 comment
Assignees
Labels
api: spanner Issues related to the Spanner API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Jun 16, 2023

Many tests failed at the same time in this package.

  • I will close this issue when there are no more failures in this package and
    there is at least one pass.
  • No new issues will be filed for this package until this issue is closed.
  • If there are already issues for individual test cases, I will close them when
    the corresponding test passes. You can close them earlier, if you prefer, and
    I won't reopen them while this issue is still open.

Here are the tests that failed:

  • TestPartitionRoundTrip
  • TestClient_Single
  • TestClient_Single_Unavailable
  • TestClient_Single_InvalidArgument
  • TestClient_Single_SessionNotFound
  • TestClient_Single_Read_SessionNotFound
  • TestClient_Single_ReadRow_SessionNotFound
  • TestClient_Single_RetryableErrorOnPartialResultSet
  • TestClient_Single_NonRetryableErrorOnPartialResultSet
  • TestClient_Single_NonRetryableInternalErrors
  • TestClient_Single_DeadlineExceeded_NoErrors
  • TestClient_Single_DeadlineExceeded_WithErrors
  • TestClient_Single_ContextCanceled_noDeclaredServerErrors
  • TestClient_Single_ContextCanceled_withDeclaredServerErrors
  • TestClient_ReturnDatabaseName
  • TestClient_ReadOnlyTransaction
  • TestClient_ReadOnlyTransaction_UnavailableOnSessionCreate
  • TestClient_ReadOnlyTransaction_UnavailableOnBeginTransaction
  • TestClient_ReadOnlyTransaction_UnavailableOnExecuteStreamingSql
  • TestClient_ReadOnlyTransaction_SessionNotFoundOnExecuteStreamingSql
  • TestClient_ReadOnlyTransaction_UnavailableOnCreateSessionAndBeginTransaction
  • TestClient_ReadOnlyTransaction_UnavailableOnCreateSessionAndInvalidArgumentOnBeginTransaction
  • TestClient_ReadOnlyTransaction_SessionNotFoundOnBeginTransaction
  • TestClient_ReadOnlyTransaction_SessionNotFoundOnBeginTransaction_WithMaxOneSession
  • TestClient_ReadWriteTransaction
  • TestClient_ReadWriteTransactionCommitAborted
  • TestClient_ReadWriteTransaction_SessionNotFoundOnCommit
  • TestClient_ReadWriteTransaction_SessionNotFoundOnBeginTransaction
  • TestClient_ReadWriteTransaction_SessionNotFoundOnExecuteStreamingSql
  • TestClient_ReadWriteTransaction_SessionNotFoundOnExecuteUpdate
  • TestClient_ReadWriteTransaction_SessionNotFoundOnExecuteBatchUpdate
  • TestClient_ReadWriteTransactionExecuteStreamingSqlAborted
  • TestClient_ReadWriteTransaction_UnavailableOnBeginTransaction
  • TestClient_ReadWriteTransaction_UnavailableOnExecuteStreamingSql
  • TestClient_ReadWriteTransaction_UnavailableOnBeginAndExecuteStreamingSqlAndTwiceAbortOnCommit
  • TestClient_ReadWriteTransaction_CommitAborted
  • TestClient_ReadWriteTransaction_DMLAborted
  • TestClient_ReadWriteTransaction_BatchDMLAborted
  • TestClient_ReadWriteTransaction_BatchDMLAbortedHalfway
  • TestClient_ReadWriteTransaction_QueryAborted
  • TestClient_ReadWriteTransaction_AbortedOnExecuteStreamingSqlAndCommit
  • TestClient_ReadWriteTransactionCommitAbortedAndUnavailable
  • TestClient_ReadWriteTransactionCommitAlreadyExists
  • TestClient_ReadWriteTransactionConcurrentQueries
  • TestClient_ReadWriteTransaction_FirstStatementAsReadFailsHalfway
  • TestClient_ReadWriteTransaction_BatchDmlWithErrorOnFirstStatement
  • TestClient_ReadWriteTransaction_BatchDmlWithErrorOnSecondStatement
  • TestClient_ReadWriteTransaction_MultipleReadsWithoutNext
  • TestClient_ReadWriteTransaction_WithCancelledContext
  • TestClient_ApplyAtLeastOnce
  • TestClient_ApplyAtLeastOnceReuseSession
  • TestClient_ApplyAtLeastOnceInvalidArgument
  • TestClient_ApplyAtLeastOnce_NonRetryableInternalErrors
  • TestClient_Apply_ApplyOptions
  • TestReadWriteTransaction_ErrUnexpectedEOF
  • TestReadWriteTransaction_WrapError
  • TestReadWriteTransaction_WrapSessionNotFoundError
  • TestClient_WriteStructWithPointers
  • TestClient_WriteStructWithCustomTypes
  • TestReadWriteTransaction_ContextTimeoutDuringCommit
  • TestFailedCommit_NoRollback
  • TestFailedUpdate_ShouldRollback
  • TestClient_NumChannels
  • TestClient_WithGRPCConnectionPool
  • TestClient_WithGRPCConnectionPoolAndNumChannels
  • TestClient_WithGRPCConnectionPoolAndNumChannels_Misconfigured
  • TestClient_WithCustomBatchTimeout
  • TestClient_WithoutCustomBatchTimeout
  • TestClient_CallOptions
  • TestClient_QueryWithCallOptions
  • TestClient_DecodeCustomFieldType
  • TestClient_CloseWithUnresponsiveBackend
  • TestIntegration_SingleUse (spanner: TestIntegration_SingleUse failed #7763)
  • TestIntegration_SingleUse_WithQueryOptions (spanner: TestIntegration_SingleUse_WithQueryOptions failed #7764)
  • TestIntegration_SingleUse_ReadingWithLimit (spanner: TestIntegration_SingleUse_ReadingWithLimit failed #7765)
  • TestIntegration_ReadOnlyTransaction (spanner: TestIntegration_ReadOnlyTransaction failed #5283)
  • TestIntegration_UpdateDuringRead (spanner: TestIntegration_UpdateDuringRead failed #5800)
  • TestIntegration_ReadWriteTransaction (spanner: TestIntegration_ReadWriteTransaction failed #6831)
  • TestIntegration_ReadWriteTransactionWithOptions (spanner: TestIntegration_ReadWriteTransactionWithOptions failed #6218)
  • TestIntegration_ReadWriteTransaction_StatementBased
  • TestIntegration_ReadWriteTransaction_StatementBasedWithOptions (spanner: TestIntegration_ReadWriteTransaction_StatementBasedWithOptions failed #6219)
  • TestIntegration_Reads (spanner: TestIntegration_Reads failed #7676)
  • TestIntegration_EarlyTimestamp (spanner: TestIntegration_EarlyTimestamp failed #6221)
  • TestIntegration_NestedTransaction (spanner: TestIntegration_NestedTransaction failed #6222)
  • TestIntegration_CreateDBRetry
  • TestIntegration_DbRemovalRecovery (spanner: TestIntegration_DbRemovalRecovery failed #7677)
  • TestIntegration_BasicTypes (spanner: TestIntegration_BasicTypes failed #4667)
  • TestIntegration_StructTypes
  • TestIntegration_StructParametersUnsupported
  • TestIntegration_QueryExpressions
  • TestIntegration_QueryStats (spanner: TestIntegration_QueryStats failed #6224)
  • TestIntegration_InvalidDatabase
  • TestIntegration_ReadErrors (spanner: TestIntegration_ReadErrors failed #6763)
  • TestIntegration_TransactionRunner (spanner: TestIntegration_TransactionRunner failed #8023)
  • TestIntegration_QueryWithRoles
  • TestIntegration_ReadWithRoles (spanner: TestIntegration_ReadWithRoles failed #7678)
  • TestIntegration_DMLWithRoles
  • TestIntegration_MutationWithRoles
  • TestIntegration_ListDatabaseRoles
  • TestIntegration_BatchQuery (spanner: TestIntegration_BatchQuery failed #8024)
  • TestIntegration_BatchRead
  • TestIntegration_BROTNormal
  • TestIntegration_CommitTimestamp
  • TestIntegration_DML (spanner: TestIntegration_DML failed #8025)
  • TestIntegration_StructParametersBind
  • TestIntegration_PDML
  • TestIntegration_BatchDML (spanner: TestIntegration_BatchDML failed #6175)
  • TestIntegration_BatchDML_NoStatements
  • TestIntegration_BatchDML_TwoStatements
  • TestIntegration_BatchDML_Error (spanner: TestIntegration_BatchDML_Error failed #7369)
  • TestIntegration_DirectPathFallback
  • TestMockPartitionedUpdate
  • TestMockPartitionedUpdateWithQuery
  • TestPartitionedUpdate_Aborted (spanner: TestPartitionedUpdate_Aborted failed #5285)
  • TestPartitionedUpdate_WithDeadline
  • TestSessionPoolConfigValidation
  • TestSessionCreation
  • TestLIFOSessionOrder
  • TestTakeFromIdleList
  • TestTakeFromIdleListChecked
  • TestSessionLeak
  • TestMaxOpenedSessions
  • TestMinOpenedSessions
  • TestMaxBurst
  • TestSessionRecycle
  • TestSessionDestroy
  • TestHealthCheckScheduler
  • TestHealthCheck_FirstHealthCheck
  • TestHealthCheck_NonFirstHealthCheck
  • TestSessionHealthCheck
  • TestStressSessionPool
  • TestInit_CreatesSessions
  • TestMaintainer_DeletesSessions
  • TestBatchCreateAndCloseSession

commit: 28aa098
buildURL: Build Status, Sponge
status: failed

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jun 16, 2023
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Jun 16, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Jun 16, 2023

Test passed for commit 20573e2 (Build Status, Sponge)! Closing this issue.

@flaky-bot flaky-bot bot closed this as completed Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the Spanner API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant