[ 
https://issues.apache.org/jira/browse/IGNITE-10562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dmitriy Pavlov updated IGNITE-10562:
------------------------------------
    Description: 
New Fat builds storage takes initial data from old cache "apache.builds": 
String->JavaObject. 

This cache contains a number of incorrect build ID->build mapping.

Example:

{noformat}
<!--app/rest/latest/builds/id:2255378-->
<build id="2253798" buildTypeId="IgniteTests24Java8_Cloud" 
branchName="pull/4478/head" status="SUCCESS" state="finished" number="4532" 
webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253798&amp;buildTypeId=IgniteTests24Java8_Cloud";
 href="/app/rest/latest/builds/id:2253798">
    <buildType id="IgniteTests24Java8_Cloud" name="Cloud" 
projectId="IgniteTests24Java8" projectName="Ignite Tests 2.4+ (Java 8/9/10/11)" 
href="/app/rest/latest/buildTypes/id:IgniteTests24Java8_Cloud"/>
    <queuedDate>20181106T114741+0300</queuedDate>
    <startDate>20181106T130017+0300</startDate>
    <finishDate>20181106T130156+0300</finishDate>
    <snapshot-dependencies>
        <build id="2253788" buildTypeId="IgniteTests24Java8_BuildApacheIgnite" 
branchName="pull/4478/head" status="SUCCESS" state="finished" number="8100" 
webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253788&amp;buildTypeId=IgniteTests24Java8_BuildApacheIgnite";
 href="/app/rest/latest/builds/id:2253788"/>
    </snapshot-dependencies>
    <testOccurrences 
href="/app/rest/latest/testOccurrences?locator=build:(id:2253798)" count="2" 
passed="1" muted="1"/>
    <statistics href="/app/rest/latest/builds/id:2253798/statistics"/>
    <relatedIssues href="/app/rest/latest/builds/id:2253798/relatedIssues"/>
    <lastChanges>
        <change id="837621" version="6eda0197db2721620d0671c5f8a7e1712465dace" 
username="zzzadruga" date="20181106T114312+0300" 
webUrl="http://ci.ignite.apache.org/viewModification.html?modId=837621&amp;personal=false";
 href="/app/rest/latest/changes/id:837621"/>
    </lastChanges>
    <changes href="/app/rest/latest/changes?locator=build:(id:2253798)"/>
    <triggered type="snapshotDependency" date="20181106T114741+0300">
        <user id="281" username="zzzadruga" name="Nikolai Kulagin" 
href="/app/rest/latest/users/id:281"/>
        <build id="2253900" buildTypeId="IgniteTests24Java8_RunAll" 
branchName="pull/4478/head" status="FAILURE" state="finished" number="6369" 
composite="true" 
webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253900&amp;buildTypeId=IgniteTests24Java8_RunAll";
 href="/app/rest/latest/builds/id:2253900"/>
    </triggered>
</build>
{noformat}

It is required to stop using deprectated persistent TC


  was:
{noformat}
<!--app/rest/latest/builds/id:2255378-->
<build id="2253798" buildTypeId="IgniteTests24Java8_Cloud" 
branchName="pull/4478/head" status="SUCCESS" state="finished" number="4532" 
webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253798&amp;buildTypeId=IgniteTests24Java8_Cloud";
 href="/app/rest/latest/builds/id:2253798">
    <buildType id="IgniteTests24Java8_Cloud" name="Cloud" 
projectId="IgniteTests24Java8" projectName="Ignite Tests 2.4+ (Java 8/9/10/11)" 
href="/app/rest/latest/buildTypes/id:IgniteTests24Java8_Cloud"/>
    <queuedDate>20181106T114741+0300</queuedDate>
    <startDate>20181106T130017+0300</startDate>
    <finishDate>20181106T130156+0300</finishDate>
    <snapshot-dependencies>
        <build id="2253788" buildTypeId="IgniteTests24Java8_BuildApacheIgnite" 
branchName="pull/4478/head" status="SUCCESS" state="finished" number="8100" 
webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253788&amp;buildTypeId=IgniteTests24Java8_BuildApacheIgnite";
 href="/app/rest/latest/builds/id:2253788"/>
    </snapshot-dependencies>
    <testOccurrences 
href="/app/rest/latest/testOccurrences?locator=build:(id:2253798)" count="2" 
passed="1" muted="1"/>
    <statistics href="/app/rest/latest/builds/id:2253798/statistics"/>
    <relatedIssues href="/app/rest/latest/builds/id:2253798/relatedIssues"/>
    <lastChanges>
        <change id="837621" version="6eda0197db2721620d0671c5f8a7e1712465dace" 
username="zzzadruga" date="20181106T114312+0300" 
webUrl="http://ci.ignite.apache.org/viewModification.html?modId=837621&amp;personal=false";
 href="/app/rest/latest/changes/id:837621"/>
    </lastChanges>
    <changes href="/app/rest/latest/changes?locator=build:(id:2253798)"/>
    <triggered type="snapshotDependency" date="20181106T114741+0300">
        <user id="281" username="zzzadruga" name="Nikolai Kulagin" 
href="/app/rest/latest/users/id:281"/>
        <build id="2253900" buildTypeId="IgniteTests24Java8_RunAll" 
branchName="pull/4478/head" status="FAILURE" state="finished" number="6369" 
composite="true" 
webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253900&amp;buildTypeId=IgniteTests24Java8_RunAll";
 href="/app/rest/latest/builds/id:2253900"/>
    </triggered>
</build>
{noformat}


> [TC Bot] DB contains invalid values for build references ID maps to value 
> with other ID
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-10562
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10562
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Dmitriy Pavlov
>            Assignee: Dmitriy Pavlov
>            Priority: Critical
>
> New Fat builds storage takes initial data from old cache "apache.builds": 
> String->JavaObject. 
> This cache contains a number of incorrect build ID->build mapping.
> Example:
> {noformat}
> <!--app/rest/latest/builds/id:2255378-->
> <build id="2253798" buildTypeId="IgniteTests24Java8_Cloud" 
> branchName="pull/4478/head" status="SUCCESS" state="finished" number="4532" 
> webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253798&amp;buildTypeId=IgniteTests24Java8_Cloud";
>  href="/app/rest/latest/builds/id:2253798">
>     <buildType id="IgniteTests24Java8_Cloud" name="Cloud" 
> projectId="IgniteTests24Java8" projectName="Ignite Tests 2.4+ (Java 
> 8/9/10/11)" href="/app/rest/latest/buildTypes/id:IgniteTests24Java8_Cloud"/>
>     <queuedDate>20181106T114741+0300</queuedDate>
>     <startDate>20181106T130017+0300</startDate>
>     <finishDate>20181106T130156+0300</finishDate>
>     <snapshot-dependencies>
>         <build id="2253788" 
> buildTypeId="IgniteTests24Java8_BuildApacheIgnite" 
> branchName="pull/4478/head" status="SUCCESS" state="finished" number="8100" 
> webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253788&amp;buildTypeId=IgniteTests24Java8_BuildApacheIgnite";
>  href="/app/rest/latest/builds/id:2253788"/>
>     </snapshot-dependencies>
>     <testOccurrences 
> href="/app/rest/latest/testOccurrences?locator=build:(id:2253798)" count="2" 
> passed="1" muted="1"/>
>     <statistics href="/app/rest/latest/builds/id:2253798/statistics"/>
>     <relatedIssues href="/app/rest/latest/builds/id:2253798/relatedIssues"/>
>     <lastChanges>
>         <change id="837621" 
> version="6eda0197db2721620d0671c5f8a7e1712465dace" username="zzzadruga" 
> date="20181106T114312+0300" 
> webUrl="http://ci.ignite.apache.org/viewModification.html?modId=837621&amp;personal=false";
>  href="/app/rest/latest/changes/id:837621"/>
>     </lastChanges>
>     <changes href="/app/rest/latest/changes?locator=build:(id:2253798)"/>
>     <triggered type="snapshotDependency" date="20181106T114741+0300">
>         <user id="281" username="zzzadruga" name="Nikolai Kulagin" 
> href="/app/rest/latest/users/id:281"/>
>         <build id="2253900" buildTypeId="IgniteTests24Java8_RunAll" 
> branchName="pull/4478/head" status="FAILURE" state="finished" number="6369" 
> composite="true" 
> webUrl="http://ci.ignite.apache.org/viewLog.html?buildId=2253900&amp;buildTypeId=IgniteTests24Java8_RunAll";
>  href="/app/rest/latest/builds/id:2253900"/>
>     </triggered>
> </build>
> {noformat}
> It is required to stop using deprectated persistent TC



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to