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:
0216cd7251f09857961a3d649ae6ee2bde1b536b / Guillaume Nodet <[email protected]>
Restore missing test files that were accidentally deleted during JUnit 5 
migration

During the JUnit 5 migration, five test classes were accidentally deleted 
without
being migrated to JUnit 5. This commit restores them as JUnit 5 tests:

1. FtpProviderUserDirTest - Tests FTP with homeDirIsRoot=true (97 tests)
2. UrlProviderHttpTest - Tests URL provider with HTTP (97 tests)
3. SftpProviderTest - Main SFTP provider tests (101 tests when SFTP server 
configured)
4. ZipProviderWithCharsetTest - Tests ZIP with UTF-8 charset (97 tests)
5. ZipProviderWithCharsetNullTest - Tests ZIP with null charset (97 tests)

These tests were present on master but missing from the PR, accounting for
388 of the 584-test difference between master and the PR.

Test Results:
- Before: 2700 tests, 645 skipped
- After: 3088 tests, 763 skipped
- Added: 388 tests

Remaining difference from master (3284 tests):
- 196 fewer tests running
- This is due to tests being skipped when external infrastructure (SFTP servers,
  WebDAV servers, etc.) is not configured in the test environment

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

With regards,
GitHub Actions via GitBox

Reply via email to