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 #11178

Open
flaky-bot bot opened this issue Nov 22, 2024 · 6 comments
Open

spanner: many tests failed #11178

flaky-bot bot opened this issue Nov 22, 2024 · 6 comments
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 Nov 22, 2024

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:

  • TestBROTIDRoundTrip
  • TestClient_MultiplexedSession
  • TestClient_Single
  • TestClient_Single_Unavailable
  • TestClient_Single_InvalidArgument
  • TestClient_Single_SessionNotFound
  • TestClient_Single_Read_SessionNotFound
  • TestClient_Single_WhenInactiveTransactionsAndSessionIsNotFoundOnBackend_RemoveSessionFromPool
  • 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_ReadOnlyTransaction_WhenMultipleOperations_SessionLastUseTimeShouldBeUpdated
  • TestClient_ReadWriteTransaction
  • TestClient_ReadWriteTransactionCommitAborted
  • TestClient_ReadWriteTransaction_SessionNotFoundOnCommit
  • TestClient_ReadWriteTransaction_SessionNotFoundOnBeginTransaction
  • TestClient_ReadWriteTransaction_SessionNotFoundOnExecuteStreamingSql
  • TestClient_ReadWriteTransaction_SessionNotFoundOnExecuteUpdate
  • TestClient_ReadWriteTransaction_WhenLongRunningSessionCleaned_TransactionShouldFail
  • TestClient_ReadWriteTransaction_WhenMultipleOperations_SessionLastUseTimeShouldBeUpdated
  • TestClient_ReadWriteTransaction_SessionNotFoundOnExecuteBatchUpdate
  • TestClient_ReadWriteTransaction_WhenLongRunningExecuteBatchUpdate_TakeNoAction
  • 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_FirstStatementAsQueryReturnsUnavailableRetryReturnsAborted
  • 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
  • TestStmtBasedReadWriteTransaction_SessionNotFoundError_shouldNotPanic
  • 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_ShouldReceiveMetadataForEmptyResultSet
  • TestClient_EncodeCustomFieldType
  • TestClient_DecodeCustomFieldType
  • TestClient_ReadOnlyTransaction_Priority
  • TestClient_ReadWriteTransaction_Priority (spanner: TestClient_ReadWriteTransaction_Priority failed #8208)
  • TestClient_StmtBasedReadWriteTransaction_Priority
  • TestClient_PDML_Priority
  • TestClient_WhenLongRunningPartitionedUpdateRequest_TakeNoAction
  • TestClient_Apply_Priority (spanner: TestClient_Apply_Priority failed #6217)
  • TestClient_ReadOnlyTransaction_Tag
  • TestClient_ReadWriteTransaction_Tag (spanner: TestClient_ReadWriteTransaction_Tag failed #8449)
  • TestClient_StmtBasedReadWriteTransaction_Tag
  • TestClient_PDML_Tag
  • TestClient_Apply_Tagging
  • TestClient_PartitionQuery_RequestOptions
  • TestClient_PartitionRead_RequestOptions
  • TestClient_Single_Read_WithNumericKey
  • TestClient_Single_ReadRowWithOptions
  • TestClient_CloseWithUnresponsiveBackend
  • TestClient_BatchWrite
  • TestClient_BatchWrite_SessionNotFound
  • TestClient_BatchWrite_Error
  • TestClient_BatchWrite_Options
  • TestClient_ReadWriteTransactionWithTag_AbortedOnce
  • TestClient_ReadWriteTransactionWithTag_SessionNotFound
  • TestClient_NestedReadWriteTransactionWithTag_AbortedOnce
  • TestClient_NestedReadWriteTransactionWithTag_OuterAbortedOnce
  • TestIntegration_SingleUse (spanner: TestIntegration_SingleUse failed #10084)
  • TestIntegration_BatchWrite
  • TestIntegration_SingleUse_ReadingWithLimit (spanner: TestIntegration_SingleUse_ReadingWithLimit failed #8209)
  • 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_BasicTypes_ProtoColumns (spanner: TestIntegration_BasicTypes_ProtoColumns failed #10236)
  • TestIntegration_BasicTypes_ProtoColumns_Errors
  • TestIntegration_StructTypes
  • TestIntegration_QueryStats (spanner: TestIntegration_QueryStats failed #6224)
  • TestIntegration_InvalidDatabase
  • TestIntegration_ReadErrors (spanner: TestIntegration_ReadErrors failed #6763)
  • TestIntegration_TransactionRunner (spanner: TestIntegration_TransactionRunner failed #10189)
  • TestIntegration_QueryWithRoles
  • TestIntegration_ReadWithRoles (spanner: TestIntegration_ReadWithRoles failed #7678)
  • TestIntegration_DMLWithRoles (spanner: TestIntegration_DMLWithRoles failed #8450)
  • TestIntegration_MutationWithRoles (spanner: TestIntegration_MutationWithRoles failed #8451)
  • 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 (spanner: TestIntegration_PDML failed #8210)
  • TestIntegration_BatchDML (spanner: TestIntegration_BatchDML failed #8211)
  • TestIntegration_BatchDML_NoStatements
  • TestIntegration_BatchDML_TwoStatements
  • TestIntegration_BatchDML_Error (spanner: TestIntegration_BatchDML_Error failed #8441)
  • TestIntegration_Foreign_Key_Delete_Cascade_Action/add_delete_cascade_constraint
  • TestIntegration_Bit_Reversed_Sequence/success:_reduce_ranges_to_half (spanner: TestIntegration_Bit_Reversed_Sequence failed #8452)
  • TestNewBuiltinMetricsTracerFactory/should_not_create_instruments_when_SPANNER_EMULATOR_HOST_is_set

commit: 04738d8
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 Nov 22, 2024
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Nov 22, 2024
Copy link
Author

flaky-bot bot commented Nov 26, 2024

92 tests failed in this package for commit 3005f5a (Build Status, Sponge).


commit: 3005f5a
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Nov 26, 2024

62 tests failed in this package for commit 85112bd (Build Status, Sponge).


commit: 85112bd
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Nov 26, 2024

200 tests failed in this package for commit 03551ae (Build Status, Sponge).


commit: 03551ae
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Nov 28, 2024

102 tests failed in this package for commit d8bc983 (Build Status, Sponge).


commit: d8bc983
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Dec 2, 2024

66 tests failed in this package for commit 9963fd3 (Build Status, Sponge).


commit: 9963fd3
buildURL: Build Status, Sponge
status: failed

Copy link
Author

flaky-bot bot commented Dec 3, 2024

179 tests failed in this package for commit 8dedb87 (Build Status, Sponge).


commit: 8dedb87
buildURL: Build Status, Sponge
status: failed

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