Opened on May 8, 2017 at 8:51:34 PM
Last modified on May 9, 2017 at 7:06:48 AM
#9929 closed enhancement
Running the Test Suite — at Initial Version
Reported by: | tjcelaya | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | documentation | Version: | Nightly Build |
Severity: | normal | Keywords: | readme documentation build building test suite |
Cc: | Architecture: | ||
Platform: | macOS 10.12 |
Description
Hey there, been using Cyberduck for a long time and am preparing to contribute. Unfortunately I've had some trouble running the test suite. After going over the readme and looking into MDEP-187 I realized this wasn't a problem with Cyberduck but stems from the way Maven organizes modules. It would probably help other developers getting started if this were addressed in the readme.
I was able to get the suite running by invoking mvn package in each project that threw the error and then rerunning mvn test -DskipITs until the build was successful, on OS X this list emerged: core core/dylib bonjour importer protocols osx cli/osx
Additionally, there are a handful of tests seem to be failing as a result of a missing IntegrationTest annotation. Most of these have been corrected as of this morning, but these last two that are still unmarked as of submitting this ticket:
- S3SearchFeatureTest.search:52 » LoginFailure Listing directory / failed.
- OneDriveSharingLinkUrlProviderTest>AbstractOneDriveTest.setup