<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>259635</bug_id>
          
          <creation_ts>2023-07-30 13:01:10 -0700</creation_ts>
          <short_desc>results.webkit.org shows only the result of either wincairo-release-tests-01 or -02</short_desc>
          <delta_ts>2024-12-16 18:26:29 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=270942</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fujii Hironori">fujii</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>jbedard</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1968796</commentid>
    <comment_count>0</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2023-07-30 13:01:10 -0700</bug_when>
    <thetext>We have two running WinCairo release tester workers, wincairo-release-tests-01 and wincairo-release-tests-02.
But, results.webkit.org shows only the result of wincairo-release-tests-02.
If I try reloading repeatedly, it occasionally shows only wincairo-release-tests-01.

https://results.webkit.org/?suite=layout-tests&amp;test=http%2Ftests%2Finspector%2Fnetwork%2Fresource-timing.html&amp;platform=wincairo</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1985498</commentid>
    <comment_count>1</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2023-10-16 20:31:32 -0700</bug_when>
    <thetext>This is no longer reprodusible because WinCairo-64-bit-Release-Tests builder has only wincairo-release-tests-01 now.

However, the fundamental problem is still there.
https://results.webkit.org/?suite=layout-tests&amp;test=http%2Ftests%2Finspector%2Fnetwork%2Fresource-timing.html&amp;platform=GTK&amp;version_name=Xvfb&amp;style=release
shows the result of either gtk-linux-bot-18 or gtk-linux-bot-19 randomly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2078007</commentid>
    <comment_count>2</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2024-11-27 23:41:41 -0800</bug_when>
    <thetext>&lt;https://results.webkit.org/api/results/layout-tests/fast/url/anchor.html?platform=win&amp;style=release&amp;limit=1&gt; returns the following 2 configurations.

&gt; &quot;configuration&quot;:{
&gt;    &quot;architecture&quot;:&quot;x86_64&quot;,
&gt;    &quot;flavor&quot;:&quot;wk2&quot;,
&gt;    &quot;is_simulator&quot;:false,
&gt;    &quot;platform&quot;:&quot;win&quot;,
&gt;    &quot;style&quot;:&quot;release&quot;,
&gt;    &quot;version&quot;:10020348,
&gt;    &quot;version_name&quot;:&quot;Win10&quot;
&gt; },

&gt; &quot;configuration&quot;:{
&gt;    &quot;architecture&quot;:&quot;x86_64&quot;,
&gt;    &quot;flavor&quot;:&quot;wk2&quot;,
&gt;    &quot;is_simulator&quot;:false,
&gt;    &quot;platform&quot;:&quot;win&quot;,
&gt;    &quot;style&quot;:&quot;release&quot;,
&gt;    &quot;version&quot;:10017763,
&gt;    &quot;version_name&quot;:&quot;Win10&quot;
&gt; },

They have different &apos;version&apos;, same &apos;version_name&apos;, and no &apos;sdk&apos;.

https://github.com/WebKit/WebKit/blob/b3f73e9dae0abe7aa017fe8ef7ca36f4cd5ac455/Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/dashboard.js#L297

&gt; results[strippedConfig.toKey()].splice(index, 0, [config, result]);

strippedConfig.toKey() is used as a key.

https://github.com/WebKit/WebKit/blob/b3f73e9dae0abe7aa017fe8ef7ca36f4cd5ac455/Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/js/configuration.js#L188-L189

&gt;    if (this.version != null &amp;&amp; (this.version_name == null || this.sdk != null))
&gt;        result += &apos; &apos; + Configuration.integerToVersion(this.version);

Configuration.toKey doesn&apos;t take &apos;version&apos; into account in this case.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2078009</commentid>
    <comment_count>3</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2024-11-27 23:45:15 -0800</bug_when>
    <thetext>bug#270942 changed the code.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2082217</commentid>
    <comment_count>4</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2024-12-16 18:26:29 -0800</bug_when>
    <thetext>https://webkit.slack.com/archives/CU64U6FDW/p1732857177394669</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>