|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system propertyLet StressMultiTest read Threads and Minutes to run as system property
---------------------------------------------------------------------- Key: DERBY-4429 URL: https://issues.apache.org/jira/browse/DERBY-4429 Project: Derby Issue Type: Improvement Components: Test Affects Versions: 10.6.0.0 Environment: All Reporter: Ole Solberg Assignee: Ole Solberg Priority: Minor Allow StressMultiTest to read System Property "derby.test.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. Example: '-Dderby.test.ThreadsMinutes=33x3'. This will set StressMultiTest.THREADS to 33 and StressMultiTest.MINUTES to 3. This can be utilized to for example reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.test.ThreadsMinutes=33x3' and increase the load for a specific test: '-Dderby.test.ThreadsMinutes=200x60'. The StressMultiTest defaults are as set with '-Dderby.test.ThreadsMinutes=10x10'. By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-4429: ------------------------------- Attachment: DERBY-StressMultiOptions_stat.txt DERBY-StressMultiOptions_diff.txt > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_stat.txt > > > Allow StressMultiTest to read System Property "derby.test.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.test.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.test.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.test.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.test.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772515#action_12772515 ] Kristian Waagan commented on DERBY-4429: ---------------------------------------- Hi Ole, I note that other tests use "derby.tests." instead of "derby.test.". Maybe it would be better to agree on a common prefix? I was also surprised that I didn't get any error messages when I specified derby.tests.debug=true, but I did get a message when I specified derby.tests.trace=true. It is possible that I have misunderstood the meaning of these properties. Maybe a warning message should be printed regardless of the values for debug and trace if parsing the input fails? +1 to commit if the prefix of the property is aligned with the existing one > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_stat.txt > > > Allow StressMultiTest to read System Property "derby.test.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.test.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.test.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.test.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.test.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772531#action_12772531 ] Ole Solberg commented on DERBY-4429: ------------------------------------ Thanks for catching that Kristian! It should be "derby.tests.ThreadsMinutes". My "typo".... I'll upload a new patch. > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_stat.txt > > > Allow StressMultiTest to read System Property "derby.test.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.test.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.test.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.test.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.test.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-4429: ------------------------------- Description: Allow StressMultiTest to read System Property "derby.tests.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. Example: '-Dderby.tests.ThreadsMinutes=33x3'. This will set StressMultiTest.THREADS to 33 and StressMultiTest.MINUTES to 3. This can be utilized to for example reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.tests.ThreadsMinutes=33x3' and increase the load for a specific test: '-Dderby.tests.ThreadsMinutes=200x60'. The StressMultiTest defaults are as set with '-Dderby.tests.ThreadsMinutes=10x10'. By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. was: Allow StressMultiTest to read System Property "derby.test.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. Example: '-Dderby.test.ThreadsMinutes=33x3'. This will set StressMultiTest.THREADS to 33 and StressMultiTest.MINUTES to 3. This can be utilized to for example reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.test.ThreadsMinutes=33x3' and increase the load for a specific test: '-Dderby.test.ThreadsMinutes=200x60'. The StressMultiTest defaults are as set with '-Dderby.test.ThreadsMinutes=10x10'. By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. Issue & fix info: (was: [Patch Available]) > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_stat.txt > > > Allow StressMultiTest to read System Property "derby.tests.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.tests.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.tests.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.tests.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.tests.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-4429: ------------------------------- Attachment: DERBY-StressMultiOptions_stat_2.txt DERBY-StressMultiOptions_diff_2.txt Uploading a new patch DERBY-StressMultiOptions_diff_2. that uses "derby.tests.ThreadsMinutes" and gives an 'alarm' if parsing the input fails. Running tests now. > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_diff_2.txt, DERBY-StressMultiOptions_stat.txt, DERBY-StressMultiOptions_stat_2.txt > > > Allow StressMultiTest to read System Property "derby.tests.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.tests.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.tests.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.tests.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.tests.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-4429: ------------------------------- Issue & fix info: [Patch Available] > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_diff_2.txt, DERBY-StressMultiOptions_stat.txt, DERBY-StressMultiOptions_stat_2.txt > > > Allow StressMultiTest to read System Property "derby.tests.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.tests.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.tests.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.tests.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.tests.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772979#action_12772979 ] Ole Solberg commented on DERBY-4429: ------------------------------------ Committed DERBY-StressMultiOptions_diff_2 to trunk as revision 832364. > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_diff_2.txt, DERBY-StressMultiOptions_stat.txt, DERBY-StressMultiOptions_stat_2.txt > > > Allow StressMultiTest to read System Property "derby.tests.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.tests.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.tests.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.tests.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.tests.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-4429: ------------------------------- Issue & fix info: (was: [Patch Available]) > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_diff_2.txt, DERBY-StressMultiOptions_stat.txt, DERBY-StressMultiOptions_stat_2.txt > > > Allow StressMultiTest to read System Property "derby.tests.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.tests.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.tests.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.tests.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.tests.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Closed: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg closed DERBY-4429. ------------------------------ Resolution: Fixed > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_diff_2.txt, DERBY-StressMultiOptions_stat.txt, DERBY-StressMultiOptions_stat_2.txt > > > Allow StressMultiTest to read System Property "derby.tests.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.tests.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.tests.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.tests.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.tests.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (DERBY-4429) Let StressMultiTest read Threads and Minutes to run as system property[ https://issues.apache.org/jira/browse/DERBY-4429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-4429: ---------------------------------- Fix Version/s: 10.6.0.0 > Let StressMultiTest read Threads and Minutes to run as system property > ---------------------------------------------------------------------- > > Key: DERBY-4429 > URL: https://issues.apache.org/jira/browse/DERBY-4429 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.6.0.0 > Environment: All > Reporter: Ole Solberg > Assignee: Ole Solberg > Priority: Minor > Fix For: 10.6.0.0 > > Attachments: DERBY-StressMultiOptions_diff.txt, DERBY-StressMultiOptions_diff_2.txt, DERBY-StressMultiOptions_stat.txt, DERBY-StressMultiOptions_stat_2.txt > > > Allow StressMultiTest to read System Property "derby.tests.ThreadsMinutes" to set the number of threads and minutes testStressMulti should run. > Example: '-Dderby.tests.ThreadsMinutes=33x3'. > This will set > StressMultiTest.THREADS to 33 and > StressMultiTest.MINUTES to 3. > This can be utilized to for example > reduce the time StressMultiTest is run in a tinderbox test: '-Dderby.tests.ThreadsMinutes=33x3' and > increase the load for a specific test: '-Dderby.tests.ThreadsMinutes=200x60'. > The StressMultiTest defaults are as set with '-Dderby.tests.ThreadsMinutes=10x10'. > By default the test suite for StressMultiTest is set to run in embedded, client and encryption mode, i.e. 3 x the Minutes specified. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| Free embeddable forum powered by Nabble | Forum Help |