The GitHub Actions job "Java CI" on commons-vfs.git/feature/junit5-migration 
has failed.
Run started by GitHub user gnodet (triggered by gnodet).

Head commit for run:
896bd6f4c3464dd816d4f65d4f302651e8293c9a / Guillaume Nodet <[email protected]>
Add test suites for FTP MDTM variants

Created three new test suites to run the FTP MDTM-specific tests that
were previously orphaned:

1. FtpProviderMdtmOffTest.java
   - Tests FTP with MDTM feature disabled
   - Removes MDTM from FEAT response to fall back to LIST timestamp
   - Runs FtpMdtmOffLastModifiedTests

2. FtpProviderMdtmOnTest.java
   - Tests FTP with MDTM feature enabled (default)
   - Runs FtpMdtmOnLastModifiedTests

3. FtpProviderMdtmOnRefreshTest.java
   - Tests FTP with MDTM enabled and refresh behavior
   - Runs FtpMdtmOnRefreshLastModifiedTests

Each test suite:
- Extends ProviderTestSuiteJunit5
- Starts an embedded Apache FTP Server (MINA)
- Overrides addBaseTests() to run only the specific test class
- Configures FtpFileSystemConfigBuilder with appropriate MDTM settings

All test suites compile successfully and are ready to run.

Report URL: https://github.com/apache/commons-vfs/actions/runs/18334990320

With regards,
GitHub Actions via GitBox

Reply via email to