-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test execution hang in test1_Ftp4JSimple #99
Comments
I will check ! |
- Common/R66: improve multithreading usage - Compression: make Zlib codec usable for FTP (mode Z) (only using compatible clients, such as WaarpFtp4J based o FTP4J) - Packaging: following issue #2 from fb clone on packaging using release profile - Update dependencies (including issue #1 from fb clone) - Try to fix and improve FTP concurrency (including issue waarp#99) - Fix documentation
- Common/R66: improve multithreading usage - Compression: make Zlib codec usable for FTP (mode Z) (only using compatible clients, such as WaarpFtp4J based o FTP4J) - Packaging: following issue #2 from fb clone on packaging using release profile - Update dependencies (including issue #1 from fb clone) - Try to fix and improve FTP concurrency (including issue waarp#99) - Fix documentation
@amottier I think I found it. |
- Common/R66: improve multithreading usage - Compression: make Zlib codec usable for FTP (mode Z) (only using compatible clients, such as WaarpFtp4J based o FTP4J) - Packaging: following issue #2 from fb clone on packaging using release profile - Update dependencies (including issue #1 from fb clone) - Try to fix and improve FTP concurrency (including issue waarp#99) - Fix documentation
- Common/R66: improve multithreading usage - Compression: make Zlib codec usable for FTP (mode Z) (only using compatible clients, such as WaarpFtp4J based o FTP4J) - Packaging: following issue #2 from fb clone on packaging using release profile - Update dependencies (including issue #1 from fb clone) - Try to fix and improve FTP concurrency (including issue waarp#99) - Fix documentation
- Common/R66: improve multithreading usage - Compression: make Zlib codec usable for FTP (mode Z) (only using compatible clients, such as WaarpFtp4J based o FTP4J) - Packaging: following issue #2 from fb clone on packaging using release profile - Update dependencies (including issue #1 from fb clone) - Try to fix and improve FTP concurrency (including issue #99) - Fix documentation
@amottier Thanks ! |
I can confirm that I'm now able to have a successful build. Thanks a lot @fredericBregier! |
In my attempt to build Waarp from sources available in https://github.com/fredericBregier/Waarp-All/tree/v3.6.0 I'm now facing an issue related to test execution.
Here is the latest logs I got when Waarp Ftp R66 client tests are executed:
On another attempt I also got the following logs:
I guess that the hang is probably related to awaitTermination that is configured to wait for 12000 seconds (200 minutes).
Also I think the calculation
System.currentTimeMillis() - 120000 * 60;
might be wrong because it should be* 1000
instead of* 60
to convert from seconds to milliseconds.If I can provide more information in order to help debugging please let me know.
The text was updated successfully, but these errors were encountered: