export most server errors

This commit is contained in:
aler9
2021-03-21 09:59:43 +01:00
parent aa094b21e5
commit da82a2dcc3
9 changed files with 232 additions and 79 deletions

View File

@@ -80,7 +80,7 @@ func TestClientConnPublishSerial(t *testing.T) {
} else {
th.Protocol = StreamProtocolTCP
th.InterleavedIds = inTH.InterleavedIds
th.InterleavedIDs = inTH.InterleavedIDs
}
err = base.Response{
@@ -211,7 +211,7 @@ func TestClientConnPublishParallel(t *testing.T) {
} else {
th.Protocol = StreamProtocolTCP
th.InterleavedIds = inTH.InterleavedIds
th.InterleavedIDs = inTH.InterleavedIDs
}
err = base.Response{
@@ -354,7 +354,7 @@ func TestClientConnPublishPauseSerial(t *testing.T) {
} else {
th.Protocol = StreamProtocolTCP
th.InterleavedIds = inTH.InterleavedIds
th.InterleavedIDs = inTH.InterleavedIDs
}
err = base.Response{
@@ -514,7 +514,7 @@ func TestClientConnPublishPauseParallel(t *testing.T) {
} else {
th.Protocol = StreamProtocolTCP
th.InterleavedIds = inTH.InterleavedIds
th.InterleavedIDs = inTH.InterleavedIDs
}
err = base.Response{