Hi Igniters,
I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize your contribution. Could you respond to this email and indicate if you wish to continue and fix test failures or step down and some committer may revert you commit. * Recently contributed test failed in master WalCompactionSwitchOnTest.initializationError https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=6257556032945731756&branch=%3Cdefault%3E&tab=testDetails Changes may lead to failure were done by - pvoronkin https://ci.ignite.apache.org/viewModification.html?modId=850576 - Here's a reminder of what contributors were agreed to do https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute - Should you have any questions please contact [hidden email] Best Regards, Apache Ignite TeamCity Bot https://github.com/apache/ignite-teamcity-bot Notification generated at 20:51:57 24-12-2018 |
The failure has been introduced within task:
https://issues.apache.org/jira/browse/IGNITE-10671 Double initialization of segmentAware and FileArchiver lead to race breaking file compression. The cause is a missed '@Test' annotation. Here is the patch to fix [1], TC test is green [2]. [1] https://github.com/apache/ignite/pull/5737 [2] https://ci.ignite.apache.org/viewLog.html?buildId=2638777 On Mon, Dec 24, 2018 at 8:52 PM <[hidden email]> wrote: > > Hi Igniters, > > I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. > > If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize your contribution. > Could you respond to this email and indicate if you wish to continue and fix test failures or step down and some committer may revert you commit. > > * Recently contributed test failed in master WalCompactionSwitchOnTest.initializationError https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=6257556032945731756&branch=%3Cdefault%3E&tab=testDetails > Changes may lead to failure were done by > - pvoronkin https://ci.ignite.apache.org/viewModification.html?modId=850576 > > - Here's a reminder of what contributors were agreed to do https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute > - Should you have any questions please contact [hidden email] > > Best Regards, > Apache Ignite TeamCity Bot > https://github.com/apache/ignite-teamcity-bot > Notification generated at 20:51:57 24-12-2018 -- Best Regards, Vyacheslav D. |
The test has been fixed within
https://issues.apache.org/jira/browse/IGNITE-10739 Thanks to Oleg Ignatenko! On Tue, Dec 25, 2018 at 7:37 AM Vyacheslav Daradur <[hidden email]> wrote: > > The failure has been introduced within task: > https://issues.apache.org/jira/browse/IGNITE-10671 Double > initialization of segmentAware and FileArchiver lead to race breaking > file compression. > > The cause is a missed '@Test' annotation. > > Here is the patch to fix [1], TC test is green [2]. > > [1] https://github.com/apache/ignite/pull/5737 > [2] https://ci.ignite.apache.org/viewLog.html?buildId=2638777 > > > On Mon, Dec 24, 2018 at 8:52 PM <[hidden email]> wrote: > > > > Hi Igniters, > > > > I've detected some new issue on TeamCity to be handled. You are more than welcomed to help. > > > > If your changes can lead to this failure(s): We're grateful that you were a volunteer to make the contribution to this project, but things change and you may no longer be able to finalize your contribution. > > Could you respond to this email and indicate if you wish to continue and fix test failures or step down and some committer may revert you commit. > > > > * Recently contributed test failed in master WalCompactionSwitchOnTest.initializationError https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=6257556032945731756&branch=%3Cdefault%3E&tab=testDetails > > Changes may lead to failure were done by > > - pvoronkin https://ci.ignite.apache.org/viewModification.html?modId=850576 > > > > - Here's a reminder of what contributors were agreed to do https://cwiki.apache.org/confluence/display/IGNITE/How+to+Contribute > > - Should you have any questions please contact [hidden email] > > > > Best Regards, > > Apache Ignite TeamCity Bot > > https://github.com/apache/ignite-teamcity-bot > > Notification generated at 20:51:57 24-12-2018 > > > > -- > Best Regards, Vyacheslav D. -- Best Regards, Vyacheslav D. |
Free forum by Nabble | Edit this page |