Files
seaweedfs/test
chrislu 2fbc2432cb fix: force Maven clean build to pick up updated Java client JARs
Issue: mvn test was using cached compiled classes
- Changed command from 'mvn test' to 'mvn clean test'
- Forces recompilation of test code
- Ensures updated seaweedfs-client JAR with new logging is used

This should now show the INFO logs:
- close: path=X totalPosition=Y buffer.position()=Z
- writeCurrentBufferToService: buffer.position()=X
- ✓ Wrote chunk to URL at offset X size Y bytes
2025-11-23 09:59:57 -08:00
..
2025-11-18 12:06:56 -08:00
2025-11-18 12:06:56 -08:00
2025-11-22 12:38:45 -08:00
2025-10-13 18:05:17 -07:00
2025-11-18 12:06:56 -08:00
2023-11-13 08:23:53 -08:00