agent: treat absent proxy session as a temporary error to retry sending (#1178)

* agent: treat absent proxy session as a temporary error to retry sending

* enable all tests
This commit is contained in:
Evgeny Poberezkin
2024-05-29 08:06:01 +01:00
committed by GitHub
parent ee052a454e
commit 63f5e76f9c
3 changed files with 88 additions and 2 deletions
+3
View File
@@ -59,6 +59,9 @@ testStoreLogFile2 = "tests/tmp/smp-server-store.log.2"
testStoreMsgsFile :: FilePath
testStoreMsgsFile = "tests/tmp/smp-server-messages.log"
testStoreMsgsFile2 :: FilePath
testStoreMsgsFile2 = "tests/tmp/smp-server-messages.log.2"
testServerStatsBackupFile :: FilePath
testServerStatsBackupFile = "tests/tmp/smp-server-stats.log"