Commit 67233455 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_test_result: add group_reference_property to SlapOSSoftwareReleaseUnitTest property sheet

parent ef22cf5e
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Standard Property" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>elementary_type/string</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>Computer for Test Supply</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>group_reference_property</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value>
</item>
<item>
<key> <string>property_default</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
  • @rafael @tc group_reference ? isn't it a category accessor returning the reference of the group category ?

  • You are right. I think, this was added by mistake or I introduced this using bad naming.

    I needed a string property allow the test agent perform parallel tests grouping into different queues, when those tests with same string (1 queue per unique string).

    I think I will rename it to "Queue ID", what you think?

    Edited by Rafael Monnerat
  • There is grouping_reference that can be used for that purpose, it is in catalog table so you can search for this. You just neet do add Reference property sheet to the portal type.

Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment