-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.16.1 - failed test it-display-plugin-updates-006 #1009
Comments
I don't get why they were testing a release version instead of the current snapshot. The test should be testing the current snapshot and not the release version. I need to verify this, but it looks like the message that is output to the log has changed. If you look at Maven output, you can see that all updates, including the one that there's checked for: p = Pattern.compile( "maven-deploy-plugin \\.+ 2\\.3 ->" );
m = p.matcher( buf.toString() );
if ( !m.find() )
{
System.out.println( "cannot find update of deploy plugin");
return false;
} are actually there, so the test should pass. I think the string announcing the updates has changed (not sure) and that's why it's now failing. See: https://github.com/mojohaus/versions/actions/runs/6240751197/job/16952395061
|
I see that some of test was changed in #996 should be:
instead of:
and after release the problem became apparent |
Looks like my own mistake 🤣 |
Test
it-display-plugin-updates-006
has executionso the latest release version is used ....
After release new version - test are failing, we need investigate if release doesn't not introduce a new bug
The text was updated successfully, but these errors were encountered: