Issues
Issues copied to clipboard
Task incorrectly reporting earlier versions of package on tentacle
Team
- [X] I've assigned a team label to this issue
Severity
Confusing logs
Version
any
Latest Version
I could reproduce the problem in the latest build
What happened?
When a package is required by a task, the logs may report the package already exists, e.g.
Found 1 earlier version of My.Package on this Tentacle
which could then be followed by
Found no locally cached versions of My.Package so we can't perform a delta upload, entire package will be uploaded.
Looks like Calamari takes an argument of exactMatch= but Server invokes it with exactMatchOnly.
Reproduction
Speculative:
- Make sure the package exists on tentacle.
- Run a task that references the same package.
- Depending on whether the package cache has been cleaned up, it may lead to the confusing log messages
Error and Stacktrace
No response
More Information
Workaround
No response