[jira] [Updated] (CASSANDRA-19450) Hygiene updates for warnings and pytests

2024-03-12 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-19450:
--
Status: Patch Available  (was: Ready to Commit)

> Hygiene updates for warnings and pytests
> 
>
> Key: CASSANDRA-19450
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19450
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL/Interpreter
>Reporter: Brad Schoening
>Assignee: Brad Schoening
>Priority: Low
> Fix For: 5.x
>
>
>  
>  * Update 'Warning' message to write to stderr
>  * Replace TimeoutError Exception with builtin (since Python 3.3)
>  * Remove re.pattern_type (removed since Python 3.7)
>  * Fix mutable arg [] in read_until()
>  * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
> Deprecation warnings can otherwise fail unit tests when stdout & stderr 
> output is combined.
>  * Fix several pycodestyle issues



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

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



[jira] [Updated] (CASSANDRA-19450) Hygiene updates for warnings and pytests

2024-02-29 Thread Stefan Miklosovic (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Miklosovic updated CASSANDRA-19450:
--
Fix Version/s: 5.x
   (was: 5.1)

> Hygiene updates for warnings and pytests
> 
>
> Key: CASSANDRA-19450
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19450
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL/Interpreter
>Reporter: Brad Schoening
>Assignee: Brad Schoening
>Priority: Low
> Fix For: 5.x
>
>
>  
>  * Update 'Warning' message to write to stderr
>  * Replace TimeoutError Exception with builtin (since Python 3.3)
>  * Remove re.pattern_type (removed since Python 3.7)
>  * Fix mutable arg [] in read_until()
>  * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
> Deprecation warnings can otherwise fail unit tests when stdout & stderr 
> output is combined.
>  * Fix several pycodestyle issues



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

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



[jira] [Updated] (CASSANDRA-19450) Hygiene updates for warnings and pytests

2024-02-28 Thread Brad Schoening (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Schoening updated CASSANDRA-19450:
---
Description: 
 
 * Update 'Warning' message to write to stderr
 * Replace TimeoutError Exception with builtin (since Python 3.3)
 * Remove re.pattern_type (removed since Python 3.7)
 * Fix mutable arg [] in read_until()
 * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
Deprecation warnings can otherwise fail unit tests when stdout & stderr output 
is combined.
 * Fix several pycodestyle issues

  was:
 
 * Update 'Warning' message to write to stderr
 * Replace TimeoutError Exception with builtin (since Python 3.3)
 * Remove re.pattern_type (removed since Python 3.7)
 * Fix mutable arg [] in read_until()
 * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
Deprecation warnings can otherwise fail unit tests when stdout & stderr output 
is combined.
 * Fix some pycodestyle issues


> Hygiene updates for warnings and pytests
> 
>
> Key: CASSANDRA-19450
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19450
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL/Interpreter
>Reporter: Brad Schoening
>Assignee: Brad Schoening
>Priority: Low
> Fix For: 5.1
>
>
>  
>  * Update 'Warning' message to write to stderr
>  * Replace TimeoutError Exception with builtin (since Python 3.3)
>  * Remove re.pattern_type (removed since Python 3.7)
>  * Fix mutable arg [] in read_until()
>  * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
> Deprecation warnings can otherwise fail unit tests when stdout & stderr 
> output is combined.
>  * Fix several pycodestyle issues



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

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



[jira] [Updated] (CASSANDRA-19450) Hygiene updates for warnings and pytests

2024-02-28 Thread Brad Schoening (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Schoening updated CASSANDRA-19450:
---
Description: 
 
 * Update 'Warning' message to write to stderr
 * Replace TimeoutError Exception with builtin (since Python 3.3)
 * Remove re.pattern_type (removed since Python 3.7)
 * Fix mutable arg [] in read_until()
 * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
Deprecation warnings can otherwise fail unit tests when stdout & stderr output 
is combined.
 * Fix some pycodestyle issues

  was:
 
 * Update 'Warning' message to write to stderr
 * Replace TimeoutError with builtin (since Python 3.3)
 * Remove re.pattern_type (removed since Python 3.7)
 * Fix mutable arg [] in read_until()
 * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
Deprecation warnings can otherwise fail unit tests when stdout & stderr output 
is combined.
 * Fix some pycodestyle issues


> Hygiene updates for warnings and pytests
> 
>
> Key: CASSANDRA-19450
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19450
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL/Interpreter
>Reporter: Brad Schoening
>Assignee: Brad Schoening
>Priority: Low
> Fix For: 5.1
>
>
>  
>  * Update 'Warning' message to write to stderr
>  * Replace TimeoutError Exception with builtin (since Python 3.3)
>  * Remove re.pattern_type (removed since Python 3.7)
>  * Fix mutable arg [] in read_until()
>  * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
> Deprecation warnings can otherwise fail unit tests when stdout & stderr 
> output is combined.
>  * Fix some pycodestyle issues



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

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



[jira] [Updated] (CASSANDRA-19450) Hygiene updates for warnings and pytests

2024-02-28 Thread Brad Schoening (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Schoening updated CASSANDRA-19450:
---
Description: 
 
 * Update 'Warning' message to write to stderr
 * Replace TimeoutError with builtin (since Python 3.3)
 * Remove re.pattern_type (removed since Python 3.7)
 * Fix mutable arg [] in read_until()
 * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
Deprecation warnings can otherwise fail unit tests when stdout & stderr output 
is combined.
 * Fix some pycodestyle issues

  was:
 
 * Update 'Warning' message to write to stderr
 * Replace TimeoutError with builtin (since Python 3.3)
 * Remove re.pattern_type (removed since Python 3.7)
 * Fix mutable arg [] in read_until()
 * Remove redirect of stderr to stdout in pytest fixture with tty=false
 * Fix some pycodestyle issues


> Hygiene updates for warnings and pytests
> 
>
> Key: CASSANDRA-19450
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19450
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL/Interpreter
>Reporter: Brad Schoening
>Assignee: Brad Schoening
>Priority: Low
> Fix For: 5.1
>
>
>  
>  * Update 'Warning' message to write to stderr
>  * Replace TimeoutError with builtin (since Python 3.3)
>  * Remove re.pattern_type (removed since Python 3.7)
>  * Fix mutable arg [] in read_until()
>  * Remove redirect of stderr to stdout in pytest fixture with tty=false; 
> Deprecation warnings can otherwise fail unit tests when stdout & stderr 
> output is combined.
>  * Fix some pycodestyle issues



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

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



[jira] [Updated] (CASSANDRA-19450) Hygiene updates for warnings and pytests

2024-02-28 Thread Brad Schoening (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Schoening updated CASSANDRA-19450:
---
Fix Version/s: 5.1

> Hygiene updates for warnings and pytests
> 
>
> Key: CASSANDRA-19450
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19450
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL/Interpreter
>Reporter: Brad Schoening
>Assignee: Brad Schoening
>Priority: Low
> Fix For: 5.1
>
>
>  
>  * Update 'Warning' message to write to stderr
>  * Replace TimeoutError with builtin (since Python 3.3)
>  * Remove re.pattern_type (removed since Python 3.7)
>  * Fix mutable arg [] in read_until()
>  * Remove redirect of stderr to stdout in pytest fixture with tty=false
>  * Fix some pycodestyle issues



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

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



[jira] [Updated] (CASSANDRA-19450) Hygiene updates for warnings and pytests

2024-02-28 Thread Brad Schoening (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Schoening updated CASSANDRA-19450:
---
Test and Documentation Plan: Ran pytests and pycodestyle checks.
 Status: Patch Available  (was: In Progress)

> Hygiene updates for warnings and pytests
> 
>
> Key: CASSANDRA-19450
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19450
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL/Interpreter
>Reporter: Brad Schoening
>Assignee: Brad Schoening
>Priority: Low
>
>  
>  * Update 'Warning' message to write to stderr
>  * Replace TimeoutError with builtin (since Python 3.3)
>  * Remove re.pattern_type (removed since Python 3.7)
>  * Fix mutable arg [] in read_until()
>  * Remove redirect of stderr to stdout in pytest fixture with tty=false
>  * Fix some pycodestyle issues



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

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



[jira] [Updated] (CASSANDRA-19450) Hygiene updates for warnings and pytests

2024-02-28 Thread Brad Schoening (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Schoening updated CASSANDRA-19450:
---
Change Category: Code Clarity
 Complexity: Low Hanging Fruit
   Assignee: Brad Schoening
   Priority: Low  (was: Normal)
 Status: Open  (was: Triage Needed)

> Hygiene updates for warnings and pytests
> 
>
> Key: CASSANDRA-19450
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19450
> Project: Cassandra
>  Issue Type: Improvement
>  Components: CQL/Interpreter
>Reporter: Brad Schoening
>Assignee: Brad Schoening
>Priority: Low
>
>  
>  * Update 'Warning' message to write to stderr
>  * Replace TimeoutError with builtin (since Python 3.3)
>  * Remove re.pattern_type (removed since Python 3.7)
>  * Fix mutable arg [] in read_until()
>  * Remove redirect of stderr to stdout in pytest fixture with tty=false
>  * Fix some pycodestyle issues



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

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