<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 15:55:03 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[PIPE2D-578] Migrate the integration test to use YAML config files</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/PIPE2D-578</link>
                <project id="10002" key="PIPE2D">DRP 2-D Pipeline</project>
                    <description>&lt;p&gt;Following &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/PIPE2D-565&quot; title=&quot;Write a script to generate a bash script from yaml&quot; class=&quot;issue-link&quot; data-issue-key=&quot;PIPE2D-565&quot;&gt;&lt;del&gt;PIPE2D-565&lt;/del&gt;&lt;/a&gt;, bash processing scripts can be generated from YAML configuration files. Migrate the 2D DRP integration test to use this new mechanism.&lt;/p&gt;</description>
                <environment></environment>
        <key id="14383">PIPE2D-578</key>
            <summary>Migrate the integration test to use YAML config files</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="sogo.mineo">sogo.mineo</assignee>
                                    <reporter username="hassan">hassan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 11 May 2020 12:49:33 +0000</created>
                <updated>Mon, 4 Jan 2021 20:23:17 +0000</updated>
                            <resolved>Wed, 10 Jun 2020 01:43:37 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="17260" author="sogo.mineo" created="Mon, 8 Jun 2020 04:45:00 +0000"  >&lt;p&gt;Is this a task to revise &lt;tt&gt;pfs_pipe2d/bin/pfs_integration_test.sh&lt;/tt&gt; ?&lt;/p&gt;</comment>
                            <comment id="17261" author="price" created="Mon, 8 Jun 2020 05:13:04 +0000"  >&lt;p&gt;Yes.&lt;/p&gt;</comment>
                            <comment id="17262" author="sogo.mineo" created="Mon, 8 Jun 2020 08:02:25 +0000"  >&lt;p&gt;Is it essential that &lt;tt&gt;$DRP_STELLA_DATA_DIR&lt;/tt&gt; falls back on &lt;tt&gt;&quot;drp_stella_data&quot;&lt;/tt&gt; here?&lt;br/&gt;
&lt;a href=&quot;https://github.com/Subaru-PFS/pfs_pipe2d/blob/master/bin/pfs_integration_test.sh#L111&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/pfs_pipe2d/blob/master/bin/pfs_integration_test.sh#L111&lt;/a&gt; &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
drp_stella_data=${DRP_STELLA_DATA_DIR:-drp_stella_data}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This line cannot be translated because the current &lt;tt&gt;generateCommands.py&lt;/tt&gt; cannot interpret &lt;tt&gt;&apos;${parameter:-word}&apos;&lt;/tt&gt;. If it is essential that an environment variable expansion can fall back on a constant, I have to update &lt;tt&gt;generateCommands.py&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="17301" author="price" created="Tue, 9 Jun 2020 17:13:34 +0000"  >&lt;p&gt;Wow, you flew through that!&lt;br/&gt;
The only comments I have are:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;I find &quot;integtest&amp;#95;&amp;#42;&quot; a bit of an unwieldy name. I would prefer &quot;integration&amp;#95;test&amp;#95;&amp;#42;&quot; or just &quot;test&amp;#95;&amp;#42;&quot;.&lt;/li&gt;
	&lt;li&gt;Please remove the commented-out lines in the YAML file.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I think we also need to do the same for the weekly (in &lt;tt&gt;pfs&amp;#95;pipe2d/weekly/process_weekly.sh&lt;/tt&gt;), which may be a bit more challenging (there&apos;s more data, and it has m and n arms). Do you want to do that here, or shall we use a different ticket?&lt;/p&gt;</comment>
                            <comment id="17302" author="hassan" created="Tue, 9 Jun 2020 17:56:41 +0000"  >&lt;p&gt;Could we have a separate ticket for the weekly please &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=sogo.mineo&quot; class=&quot;user-hover&quot; rel=&quot;sogo.mineo&quot;&gt;sogo.mineo&lt;/a&gt;? It a big enough chunk of work and would be easier to track if it were a separate ticket.&lt;/p&gt;</comment>
                            <comment id="17303" author="sogo.mineo" created="Wed, 10 Jun 2020 01:43:37 +0000"  >&lt;p&gt;Thanks for review.&lt;br/&gt;
I chose &quot;test_calib&quot; and &quot;test_science&quot; for the block names&lt;br/&gt;
and merged this branch to master.&lt;/p&gt;

&lt;p&gt;As for &lt;tt&gt;pfs_pipe2d/weekly/process_weekly.sh&lt;/tt&gt;, I am creating another ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="14348">PIPE2D-565</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="14349">PIPE2D-566</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="13573">PIPE2D-423</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|02qps2:1</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="93">2DDRP-2021 A</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>