[jira] [Commented] (SUREFIRE-1360) Option to disable properties dumping in StatelessXmlReporter

2024-07-01 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17861259#comment-17861259
 ] 

Michael Osipov commented on SUREFIRE-1360:
--

I am included to implement it like SUREFIRE-1934. Make properties optional if 
all tests have passed.

> Option to disable properties dumping in StatelessXmlReporter
> 
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: Maven Failsafe Plugin, Maven Surefire Plugin
>Reporter: Jaromir Hamala
>Assignee: Michael Osipov
>Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML 
> reports. 
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports. 
> In many cases this is unnecessary. It's painful when a test environment has 
> I/O throttling - think of AWS with I/O burst credits. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (SUREFIRE-1360) Option to disable properties dumping in StatelessXmlReporter

2017-04-25 Thread Jaromir Hamala (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982902#comment-15982902
 ] 

Jaromir Hamala commented on SUREFIRE-1360:
--

[~tibor17]
I was having a busy weekend. Do you have any WIP branch? 

> Option to disable properties dumping in StatelessXmlReporter
> 
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: Maven Surefire Plugin
>Reporter: Jaromir Hamala
>Assignee: Tibor Digana
>Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML 
> reports. 
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports. 
> In many cases this is unnecessary. It's painful when a test environment has 
> I/O throttling - think of AWS with I/O burst credits. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (SUREFIRE-1360) Option to disable properties dumping in StatelessXmlReporter

2017-04-22 Thread Tibor Digana (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15979866#comment-15979866
 ] 

Tibor Digana commented on SUREFIRE-1360:


[~jerrinot]
Do you have spare time during this Weekend to work on this? We can do it 
together in one pull request.

> Option to disable properties dumping in StatelessXmlReporter
> 
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: Maven Surefire Plugin
>Reporter: Jaromir Hamala
>Assignee: Tibor Digana
>Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML 
> reports. 
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports. 
> In many cases this is unnecessary. It's painful when a test environment has 
> I/O throttling - think of AWS with I/O burst credits. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (SUREFIRE-1360) Option to disable properties dumping in StatelessXmlReporter

2017-04-17 Thread Tibor Digana (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970994#comment-15970994
 ] 

Tibor Digana commented on SUREFIRE-1360:


[~jerrinot]
I created SUREFIRE-1364 and almost completed it.
We can fix this issue on the top of SUREFIRE-1364.

> Option to disable properties dumping in StatelessXmlReporter
> 
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: Maven Surefire Plugin
>Reporter: Jaromir Hamala
>Assignee: Tibor Digana
>Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML 
> reports. 
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports. 
> In many cases this is unnecessary. It's painful when a test environment has 
> I/O throttling - think of AWS with I/O burst credits. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (SUREFIRE-1360) Option to disable properties dumping in StatelessXmlReporter

2017-04-14 Thread Tibor Digana (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969558#comment-15969558
 ] 

Tibor Digana commented on SUREFIRE-1360:


[~jerrinot]
I forgot to say that IT test should be written first, see 
{{surefire-integration-tests}} module.
If you have question, just ask.

> Option to disable properties dumping in StatelessXmlReporter
> 
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: Maven Surefire Plugin
>Reporter: Jaromir Hamala
>Assignee: Tibor Digana
>Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML 
> reports. 
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports. 
> In many cases this is unnecessary. It's painful when a test environment has 
> I/O throttling - think of AWS with I/O burst credits. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (SUREFIRE-1360) Option to disable properties dumping in StatelessXmlReporter

2017-04-14 Thread Tibor Digana (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969555#comment-15969555
 ] 

Tibor Digana commented on SUREFIRE-1360:


[~jerrinot]
Good News.
We do not have to create a new parameter. We can reuse the existing one and 
support CSV. Please update Javadoc and documentation {{*.apt.vm}}.
{code}
@Parameter( property = "surefire.reportFormat", defaultValue = "brief" )
private String reportFormat;
{code}
See where {{"brief"}} is used. We rely on two values and therefore you will see 
{{boolean}} sometimes. Please rework the code to e.g. {{Set}}.
I do not know how you want to call a new parameter value, e.g. 
{{suppressSystemProperties}}.

> Option to disable properties dumping in StatelessXmlReporter
> 
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: Maven Surefire Plugin
>Reporter: Jaromir Hamala
>Assignee: Tibor Digana
>Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML 
> reports. 
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports. 
> In many cases this is unnecessary. It's painful when a test environment has 
> I/O throttling - think of AWS with I/O burst credits. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (SUREFIRE-1360) Option to disable properties dumping in StatelessXmlReporter

2017-04-14 Thread Jaromir Hamala (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969345#comment-15969345
 ] 

Jaromir Hamala commented on SUREFIRE-1360:
--

I am new to surefire codebase, but I will have a look.

> Option to disable properties dumping in StatelessXmlReporter
> 
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: Maven Surefire Plugin
>Reporter: Jaromir Hamala
>Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML 
> reports. 
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports. 
> In many cases this is unnecessary. It's painful when a test environment has 
> I/O throttling - think of AWS with I/O burst credits. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (SUREFIRE-1360) Option to disable properties dumping in StatelessXmlReporter

2017-04-14 Thread Tibor Digana (JIRA)

[ 
https://issues.apache.org/jira/browse/SUREFIRE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969307#comment-15969307
 ] 

Tibor Digana commented on SUREFIRE-1360:


[~jerrinot]
This is possible but changing a lot of classes and maintaining reflection staff 
takes time in order to introduce a new config param. Would you do it by 
yourself in a new PR? Can we bind this feature to existing parameter or 
conbination of parameters?

> Option to disable properties dumping in StatelessXmlReporter
> 
>
> Key: SUREFIRE-1360
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1360
> Project: Maven Surefire
>  Issue Type: Improvement
>  Components: Maven Surefire Plugin
>Reporter: Jaromir Hamala
>Priority: Minor
>
> I'd like to have an option to disable dumping (all?) properties into XML 
> reports. 
> Reasoning:
> The same properties are repeated in 10,000's of XML test reports. 
> In many cases this is unnecessary. It's painful when a test environment has 
> I/O throttling - think of AWS with I/O burst credits. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)