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 near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-4005992156292294495&branch=%3Cdefault%3E&tab=testDetails No changes in the build - 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 08:04:17 15-03-2019 |
Igniters, who knows why package name (last subpackage) is added to test
name by TeamCity? It makes Bot crazy cause it thinks 'near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest' is new test, but actual test name is IgniteCacheDistributedPar titionQueryNodeRestartsSelfTest. How can we fix it? пт, 15 мар. 2019 г. в 08:04, <[hidden email]>: > 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 > near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest > https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-4005992156292294495&branch=%3Cdefault%3E&tab=testDetails > No changes in the build > > - 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 08:04:17 15-03-2019 > |
Dmitry,
I already saw such names. My bet here is that such name occurs when whole test class failed to start. Test class is IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest. And no test methods were started. It seems that TC simply takes 2 last parts of fully qualified name as a test name. If it sees failed method it is MyTestClass.myTest. And in case when whole class failed to run any method it is mypackage.MyTestClass. пт, 15 мар. 2019 г. в 12:43, Dmitriy Pavlov <[hidden email]>: > > Igniters, who knows why package name (last subpackage) is added to test > name by TeamCity? It makes Bot crazy cause it thinks > 'near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest' > is new test, but actual test name is IgniteCacheDistributedPar > titionQueryNodeRestartsSelfTest. > > How can we fix it? > > пт, 15 мар. 2019 г. в 08:04, <[hidden email]>: > > > 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 > > near.IgniteCacheDistributedPartitionQueryNodeRestartsSelfTest > > https://ci.ignite.apache.org/project.html?projectId=IgniteTests24Java8&testNameId=-4005992156292294495&branch=%3Cdefault%3E&tab=testDetails > > No changes in the build > > > > - 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 08:04:17 15-03-2019 > > -- Best regards, Ivan Pavlukhin |
Free forum by Nabble | Edit this page |