Allow snapshot isolation to be used for the outbox #2210
Annotations
10 errors
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Outbox/OutboxStorageTests.cs#L81
Assert.That(message, Is.Not.Null)
Expected: not null
But was: null
|
Run tests:
_1/nservicebus.persistencetests.sources/9.2.2/contentFiles/cs/net8.0/NSB.PersistenceTests/Outbox/OutboxStorageTests.cs#L42
System.Exception : Error while opening outbox transaction
----> System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
'[]',
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Violation of PRIMARY KEY constraint 'PK__Persiste__C87C0C9D63353BD3'. Cannot insert duplicate key in object 'dbo.PersistenceTests_OutboxData'. The duplicate key value is (MessageId).
The statement has been terminated.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 2627
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#L126
System.Exception : Error while opening outbox transaction
----> System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
'[]',
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Violation of PRIMARY KEY constraint 'PK__Persiste__C87C0C9D63353BD3'. Cannot insert duplicate key in object 'dbo.PersistenceTests_OutboxData'. The duplicate key value is (MessageId).
The statement has been terminated.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 2627
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#L149
System.Exception : Error while opening outbox transaction
----> System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
'[]',
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Violation of PRIMARY KEY constraint 'PK__Persiste__C87C0C9D63353BD3'. Cannot insert duplicate key in object 'dbo.PersistenceTests_OutboxData'. The duplicate key value is (MessageId).
The statement has been terminated.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 2627
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#L98
System.Exception : Error while opening outbox transaction
----> System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
'[]',
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Violation of PRIMARY KEY constraint 'PK__Persiste__C87C0C9D63353BD3'. Cannot insert duplicate key in object 'dbo.PersistenceTests_OutboxData'. The duplicate key value is (MessageId).
The statement has been terminated.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 2627
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#L68
System.Exception : Error while opening outbox transaction
----> System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
'[]',
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Violation of PRIMARY KEY constraint 'PK__Persiste__C87C0C9DBEFD273C'. Cannot insert duplicate key in object 'dbo.PersistenceTests_OutboxData'. The duplicate key value is (MessageId).
The statement has been terminated.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 2627
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#L166
System.Exception : Error while opening outbox transaction
----> System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
'[]',
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Violation of PRIMARY KEY constraint 'PK__Persiste__C87C0C9DBEFD273C'. Cannot insert duplicate key in object 'dbo.PersistenceTests_OutboxData'. The duplicate key value is (MessageId).
The statement has been terminated.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 2627
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#L116
System.Exception : Error while opening outbox transaction
----> System.Exception : Failed to ExecuteNonQuery. CommandText:
insert into [dbo].[PersistenceTests_OutboxData]
(
MessageId,
Operations,
PersistenceVersion
)
values
(
@messageid,
'[]',
@PersistenceVersion
)
----> Microsoft.Data.SqlClient.SqlException : Violation of PRIMARY KEY constraint 'PK__Persiste__C87C0C9DBEFD273C'. Cannot insert duplicate key in object 'dbo.PersistenceTests_OutboxData'. The duplicate key value is (MessageId).
The statement has been terminated.
Data:
HelpLink.ProdName: Microsoft SQL Server
HelpLink.ProdVer: 16.00.1000
HelpLink.EvtSrc: MSSQLServer
HelpLink.EvtID: 2627
HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
HelpLink.LinkId: 20476
|
Run tests
Exit code = 1
|
Run tests
Process completed with exit code 1.
|
Loading