[jira] [Commented] (CASSANDRA-16401) Remove the Jenkins plaintext reports

2021-02-08 Thread Michael Semb Wever (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-16401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280953#comment-17280953
 ] 

Michael Semb Wever commented on CASSANDRA-16401:


Committed in-tree patches with 
[9fa2c28dc2d701b7b2cc90d4282f05ee1a221943|https://github.com/apache/cassandra/commit/9fa2c28dc2d701b7b2cc90d4282f05ee1a221943].

> Remove the Jenkins plaintext reports
> 
>
> Key: CASSANDRA-16401
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16401
> Project: Cassandra
>  Issue Type: Task
>  Components: CI
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x, 3.0.x, 3.11.x, 4.0.x
>
> Attachments: jenkins-local-consoleText.txt
>
>
> Remove the generation of the {{cassandra-test-report.txt}} plain text report 
> (that was added in CASSANDRA-15729). 
> The xml report is now at 3GB and too big to fit through any xsl 
> transformation. It is only going to get bigger as more tests and test stages 
> are added.
> This size failure is seen in the pipeline logs as
> {noformat}
> docker run --rm -v 
> /home/jenkins/jenkins-slave/workspace/Cassandra-trunk@2:/tmp 
> apache_cassandra_ci/generate_plaintext_test_report
> Warning: at xsl:stylesheet on line 4 column 49 of cassandra-test-report.xsl:  
> Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
>  java.lang.IndexOutOfBoundsException: [660540429,660540717]
>   at net.sf.saxon.tinytree.LargeStringBuffer.subSequence(Unknown Source)
>   at net.sf.saxon.tinytree.TinyTextImpl.getStringValue(Unknown Source)
>   at net.sf.saxon.tinytree.TinyParentNodeImpl.getStringValue(Unknown 
> Source)
> …
> {noformat}
> In addition we can and do now archive everything to 
> https://nightlies.apache.org/cassandra/ , solving the original requirements 
> of CASSANDRA-15729 of providing a permanent archive of test results.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-16401) Remove the Jenkins plaintext reports

2021-02-07 Thread Tomasz Lasica (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-16401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17280823#comment-17280823
 ] 

Tomasz Lasica commented on CASSANDRA-16401:
---

LGTM,

 

I assume that nosetests.xml are removed as dtests are now using pytest?

https://github.com/apache/cassandra-builds/compare/trunk...thelastpickle:mck/16401#diff-1f760d89dfb81ea05a11d862007a4e4e586b38aac7ae87f62c5b2e86571809c0R914

> Remove the Jenkins plaintext reports
> 
>
> Key: CASSANDRA-16401
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16401
> Project: Cassandra
>  Issue Type: Task
>  Components: CI
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x, 3.0.x, 3.11.x, 4.0.x
>
> Attachments: jenkins-local-consoleText.txt
>
>
> Remove the generation of the {{cassandra-test-report.txt}} plain text report 
> (that was added in CASSANDRA-15729). 
> The xml report is now at 3GB and too big to fit through any xsl 
> transformation. It is only going to get bigger as more tests and test stages 
> are added.
> This size failure is seen in the pipeline logs as
> {noformat}
> docker run --rm -v 
> /home/jenkins/jenkins-slave/workspace/Cassandra-trunk@2:/tmp 
> apache_cassandra_ci/generate_plaintext_test_report
> Warning: at xsl:stylesheet on line 4 column 49 of cassandra-test-report.xsl:  
> Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
>  java.lang.IndexOutOfBoundsException: [660540429,660540717]
>   at net.sf.saxon.tinytree.LargeStringBuffer.subSequence(Unknown Source)
>   at net.sf.saxon.tinytree.TinyTextImpl.getStringValue(Unknown Source)
>   at net.sf.saxon.tinytree.TinyParentNodeImpl.getStringValue(Unknown 
> Source)
> …
> {noformat}
> In addition we can and do now archive everything to 
> https://nightlies.apache.org/cassandra/ , solving the original requirements 
> of CASSANDRA-15729 of providing a permanent archive of test results.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-16401) Remove the Jenkins plaintext reports

2021-01-23 Thread Michael Semb Wever (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRA-16401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17270614#comment-17270614
 ] 

Michael Semb Wever commented on CASSANDRA-16401:


patches
- cassandra-2.2 :: 
https://github.com/apache/cassandra/compare/trunk...thelastpickle:mck/cassandra-2.2_16401
- cassandra-builds :: 
https://github.com/apache/cassandra-builds/compare/trunk...thelastpickle:mck/16401

> Remove the Jenkins plaintext reports
> 
>
> Key: CASSANDRA-16401
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16401
> Project: Cassandra
>  Issue Type: Task
>  Components: CI
>Reporter: Michael Semb Wever
>Assignee: Michael Semb Wever
>Priority: Normal
> Fix For: 2.2.x, 3.0.x, 3.11.x, 4.0.x
>
>
> Remove the generation of the {{cassandra-test-report.txt}} plain text report 
> (that was added in CASSANDRA-15729). 
> The xml report is now at 3GB and too big to fit through any xsl 
> transformation. It is only going to get bigger as more tests and test stages 
> are added.
> In addition we can and do now archive everything to 
> https://nightlies.apache.org/cassandra/ , solving the original requirements 
> of CASSANDRA-15729 of providing a permanent archive of test results.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org