Compare commits

...
39 Commits
Author SHA1 Message Date
spaced4ndy 7e002d784b Merge branch 'master' into f/files-tests 2023-07-17 20:30:18 +04:00
spaced4ndy f0302e9d35 cleanup 2023-07-17 20:29:59 +04:00
spaced4ndy 6dc7db25fe empty 2023-07-14 14:25:11 +04:00
spaced4ndy 80556d4c89 empty 2023-07-14 14:25:05 +04:00
spaced4ndy 42e06a54f5 empty 2023-07-14 14:24:59 +04:00
spaced4ndy ae2b4eb002 empty 2023-07-14 14:24:54 +04:00
spaced4ndy 591775d31a empty 2023-07-14 14:24:46 +04:00
spaced4ndy 1807a26c4a empty 2023-07-14 14:24:41 +04:00
spaced4ndy 3af9b3eac7 empty 2023-07-14 14:24:36 +04:00
spaced4ndy a1c34c36a5 empty 2023-07-14 14:24:22 +04:00
spaced4ndy 2bb75c673e empty 2023-07-14 14:24:18 +04:00
spaced4ndy 5c7129419d empty 2023-07-14 14:24:09 +04:00
spaced4ndy 1250342170 empty 2023-07-14 14:23:50 +04:00
spaced4ndy d4b758a171 remove do 2023-07-14 14:23:15 +04:00
spaced4ndy f1843db462 less prints 2023-07-14 14:22:33 +04:00
spaced4ndy 51273152a5 empty 2023-07-14 14:05:48 +04:00
spaced4ndy 305656dae5 empty 2023-07-14 14:05:44 +04:00
spaced4ndy 79e9da7998 empty 2023-07-14 14:05:40 +04:00
spaced4ndy 86bd07cd3f empty 2023-07-14 14:05:27 +04:00
spaced4ndy 32050caee6 empty 2023-07-14 14:05:21 +04:00
spaced4ndy 6dab069a3f empty 2023-07-14 14:05:16 +04:00
spaced4ndy b2a1617a61 empty 2023-07-14 14:05:12 +04:00
spaced4ndy 0dc3463aae empty 2023-07-14 14:05:07 +04:00
spaced4ndy 9c2e6e4369 empty 2023-07-14 14:05:02 +04:00
spaced4ndy 0afeb53054 add delay 2023-07-14 14:04:46 +04:00
spaced4ndy 57fba538e2 empty 2023-07-14 13:29:54 +04:00
spaced4ndy b5b7e7d730 empty 2023-07-14 13:29:50 +04:00
spaced4ndy 1773ce7446 empty 2023-07-14 13:29:43 +04:00
spaced4ndy 34a09f2cc3 empty 2023-07-14 13:29:38 +04:00
spaced4ndy fe452a0398 empty 2023-07-14 13:29:34 +04:00
spaced4ndy 14cf55a79b empty 2023-07-14 13:29:29 +04:00
spaced4ndy 64575482a8 empty 2023-07-14 13:29:22 +04:00
spaced4ndy 1e4137594b empty 2023-07-14 13:13:30 +04:00
spaced4ndy fa442066e1 empty 2023-07-14 13:13:22 +04:00
spaced4ndy 0cd8212ea3 empty 2023-07-14 13:12:57 +04:00
spaced4ndy 68fdaaf01c empty 2023-07-14 13:12:44 +04:00
spaced4ndy e5cdec58fc empty 2023-07-14 13:12:32 +04:00
spaced4ndy 85c013365e empty 2023-07-14 13:12:25 +04:00
spaced4ndy 021b3f4d28 files tests prints 2023-07-14 12:50:47 +04:00
+2 -1
View File
@@ -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