Allow snapshot isolation to be used for the outbox #2206
Annotations
10 errors
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Outbox/OutboxStorageTests.cs#L74
System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
@operations,
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Outbox/OutboxStorageTests.cs#L44
System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
@operations,
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Outbox/OutboxStorageTests.cs#L129
System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
@operations,
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Outbox/OutboxStorageTests.cs#L152
System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
@operations,
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Outbox/OutboxStorageTests.cs#L100
System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
@operations,
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Sagas/When_multiple_sagas_in_outbox_transaction.cs#L25
Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Sagas/When_multiple_sagas_in_outbox_transaction.cs#L73
Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Sagas/When_multiple_sagas_in_outbox_transaction.cs#L172
Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Sagas/When_multiple_sagas_in_outbox_transaction.cs#L122
Microsoft.Data.SqlClient.SqlException : Snapshot isolation transaction failed accessing database 'nservicebus' because snapshot isolation is not allowed in this database. Use ALTER DATABASE to allow snapshot isolation.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 3952
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests
Exit code = 1
|
Loading