mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-08-30 14:08:22 +00:00
Compare commits
39
Commits
v5.6.1
...
f/files-tests
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e002d784b | ||
|
|
f0302e9d35 | ||
|
|
6dc7db25fe | ||
|
|
80556d4c89 | ||
|
|
42e06a54f5 | ||
|
|
ae2b4eb002 | ||
|
|
591775d31a | ||
|
|
1807a26c4a | ||
|
|
3af9b3eac7 | ||
|
|
a1c34c36a5 | ||
|
|
2bb75c673e | ||
|
|
5c7129419d | ||
|
|
1250342170 | ||
|
|
d4b758a171 | ||
|
|
f1843db462 | ||
|
|
51273152a5 | ||
|
|
305656dae5 | ||
|
|
79e9da7998 | ||
|
|
86bd07cd3f | ||
|
|
32050caee6 | ||
|
|
6dab069a3f | ||
|
|
b2a1617a61 | ||
|
|
0dc3463aae | ||
|
|
9c2e6e4369 | ||
|
|
0afeb53054 | ||
|
|
57fba538e2 | ||
|
|
b5b7e7d730 | ||
|
|
1773ce7446 | ||
|
|
34a09f2cc3 | ||
|
|
fe452a0398 | ||
|
|
14cf55a79b | ||
|
|
64575482a8 | ||
|
|
1e4137594b | ||
|
|
fa442066e1 | ||
|
|
0cd8212ea3 | ||
|
|
68fdaaf01c | ||
|
|
e5cdec58fc | ||
|
|
85c013365e | ||
|
|
021b3f4d28 |
+2
-1
@@ -37,7 +37,7 @@ xftpAgentTests = around_ testBracket . describe "Functional API" $ do
|
||||
it "should send and receive file" testXFTPAgentSendReceive
|
||||
it "should resume receiving file after restart" testXFTPAgentReceiveRestore
|
||||
it "should cleanup rcv tmp path after permanent error" testXFTPAgentReceiveCleanup
|
||||
xit'' "should resume sending file after restart" testXFTPAgentSendRestore
|
||||
it "should resume sending file after restart" testXFTPAgentSendRestore
|
||||
it "should cleanup snd prefix path after permanent error" testXFTPAgentSendCleanup
|
||||
it "should delete sent file on server" testXFTPAgentDelete
|
||||
it "should resume deleting file after restart" testXFTPAgentDeleteRestore
|
||||
@@ -255,6 +255,7 @@ testXFTPAgentSendRestore = withGlobalLogging logCfgNoLogs $ do
|
||||
liftIO $ sfId' `shouldBe` sfId
|
||||
|
||||
-- prefix path should be removed after sending file
|
||||
threadDelay 100000
|
||||
doesDirectoryExist prefixPath `shouldReturn` False
|
||||
doesFileExist encPath `shouldReturn` False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user