[jira] [Updated] (CASSANDRA-18188) Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges

2023-01-23 Thread Brandon Williams (Jira)


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

Brandon Williams updated CASSANDRA-18188:
-
  Fix Version/s: 3.0.29
 3.11.15
 4.0.8
 4.1.1
 4.2
 (was: 4.x)
  Since Version: NA
Source Control Link: 
https://github.com/apache/cassandra-builds/commit/36924a2c2193fe0e27000ada9308ebf79a0aee98
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

Everything passed there, committed.

> Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
> -
>
> Key: CASSANDRA-18188
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18188
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/python
>Reporter: Caleb Rackliffe
>Assignee: Brandon Williams
>Priority: Normal
>  Labels: dtest, python, test, upgrade-dtest
> Fix For: 3.0.29, 3.11.15, 4.0.8, 4.1.1, 4.2
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1434/testReport/dtest-upgrade.upgrade_tests.cql_tests/cls/test_limit_ranges/
> {noformat}
> self =  0x7f27f9268e10>
> def test_limit_ranges(self):
> """ Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)
> 
> cursor.execute("""
> CREATE TABLE clicks (
> userid int,
> url text,
> time bigint,
> PRIMARY KEY (userid, url)
> ) WITH COMPACT STORAGE;
> """)
> 
> >   for is_upgraded, cursor in self.do_upgrade(cursor):
> upgrade_tests/cql_tests.py:318: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> upgrade_tests/upgrade_base.py:197: in do_upgrade
> node1.start(wait_for_binary_proto=True)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:896: in start
> node.watch_log_for_alive(self, from_mark=mark)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:665: in 
> watch_log_for_alive
> self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, 
> filename=filename)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:584: in watch_log_for
> time.sleep(1)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> title = 'Timeout'
> stream = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
> sep = '+'
> def write_title(title, stream=None, sep="~"):
> """Write a section title.
> 
> If *stream* is None sys.stderr will be used, *sep* is used to
> draw the line.
> """
> if stream is None:
> stream = sys.stderr
> >   width = py.io.get_terminal_width()
> E   AttributeError: module 'py' has no attribute 'io'
> ../venv/lib/python3.11/site-packages/pytest_timeout.py:444: AttributeError
> {noformat}



--
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-18188) Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges

2023-01-23 Thread Brandon Williams (Jira)


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

Brandon Williams updated CASSANDRA-18188:
-
Reviewers: Michael Semb Wever  (was: Brandon Williams, Michael Semb Wever)

> Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
> -
>
> Key: CASSANDRA-18188
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18188
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/python
>Reporter: Caleb Rackliffe
>Assignee: Brandon Williams
>Priority: Normal
>  Labels: dtest, python, test, upgrade-dtest
> Fix For: 3.0.29, 3.11.15, 4.0.8, 4.1.1, 4.2
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1434/testReport/dtest-upgrade.upgrade_tests.cql_tests/cls/test_limit_ranges/
> {noformat}
> self =  0x7f27f9268e10>
> def test_limit_ranges(self):
> """ Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)
> 
> cursor.execute("""
> CREATE TABLE clicks (
> userid int,
> url text,
> time bigint,
> PRIMARY KEY (userid, url)
> ) WITH COMPACT STORAGE;
> """)
> 
> >   for is_upgraded, cursor in self.do_upgrade(cursor):
> upgrade_tests/cql_tests.py:318: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> upgrade_tests/upgrade_base.py:197: in do_upgrade
> node1.start(wait_for_binary_proto=True)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:896: in start
> node.watch_log_for_alive(self, from_mark=mark)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:665: in 
> watch_log_for_alive
> self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, 
> filename=filename)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:584: in watch_log_for
> time.sleep(1)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> title = 'Timeout'
> stream = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
> sep = '+'
> def write_title(title, stream=None, sep="~"):
> """Write a section title.
> 
> If *stream* is None sys.stderr will be used, *sep* is used to
> draw the line.
> """
> if stream is None:
> stream = sys.stderr
> >   width = py.io.get_terminal_width()
> E   AttributeError: module 'py' has no attribute 'io'
> ../venv/lib/python3.11/site-packages/pytest_timeout.py:444: AttributeError
> {noformat}



--
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-18188) Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges

2023-01-23 Thread Brandon Williams (Jira)


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

Brandon Williams updated CASSANDRA-18188:
-
Status: Ready to Commit  (was: Review In Progress)

> Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
> -
>
> Key: CASSANDRA-18188
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18188
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/python
>Reporter: Caleb Rackliffe
>Assignee: Brandon Williams
>Priority: Normal
>  Labels: dtest, python, test, upgrade-dtest
> Fix For: 4.x
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1434/testReport/dtest-upgrade.upgrade_tests.cql_tests/cls/test_limit_ranges/
> {noformat}
> self =  0x7f27f9268e10>
> def test_limit_ranges(self):
> """ Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)
> 
> cursor.execute("""
> CREATE TABLE clicks (
> userid int,
> url text,
> time bigint,
> PRIMARY KEY (userid, url)
> ) WITH COMPACT STORAGE;
> """)
> 
> >   for is_upgraded, cursor in self.do_upgrade(cursor):
> upgrade_tests/cql_tests.py:318: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> upgrade_tests/upgrade_base.py:197: in do_upgrade
> node1.start(wait_for_binary_proto=True)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:896: in start
> node.watch_log_for_alive(self, from_mark=mark)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:665: in 
> watch_log_for_alive
> self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, 
> filename=filename)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:584: in watch_log_for
> time.sleep(1)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> title = 'Timeout'
> stream = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
> sep = '+'
> def write_title(title, stream=None, sep="~"):
> """Write a section title.
> 
> If *stream* is None sys.stderr will be used, *sep* is used to
> draw the line.
> """
> if stream is None:
> stream = sys.stderr
> >   width = py.io.get_terminal_width()
> E   AttributeError: module 'py' has no attribute 'io'
> ../venv/lib/python3.11/site-packages/pytest_timeout.py:444: AttributeError
> {noformat}



--
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-18188) Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges

2023-01-23 Thread Brandon Williams (Jira)


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

Brandon Williams updated CASSANDRA-18188:
-
Reviewers: Michael Semb Wever, Brandon Williams  (was: Michael Semb Wever)
   Michael Semb Wever, Brandon Williams  (was: Brandon Williams, 
Michael Semb Wever)
   Status: Review In Progress  (was: Patch Available)

> Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
> -
>
> Key: CASSANDRA-18188
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18188
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/python
>Reporter: Caleb Rackliffe
>Assignee: Brandon Williams
>Priority: Normal
>  Labels: dtest, python, test, upgrade-dtest
> Fix For: 4.x
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1434/testReport/dtest-upgrade.upgrade_tests.cql_tests/cls/test_limit_ranges/
> {noformat}
> self =  0x7f27f9268e10>
> def test_limit_ranges(self):
> """ Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)
> 
> cursor.execute("""
> CREATE TABLE clicks (
> userid int,
> url text,
> time bigint,
> PRIMARY KEY (userid, url)
> ) WITH COMPACT STORAGE;
> """)
> 
> >   for is_upgraded, cursor in self.do_upgrade(cursor):
> upgrade_tests/cql_tests.py:318: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> upgrade_tests/upgrade_base.py:197: in do_upgrade
> node1.start(wait_for_binary_proto=True)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:896: in start
> node.watch_log_for_alive(self, from_mark=mark)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:665: in 
> watch_log_for_alive
> self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, 
> filename=filename)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:584: in watch_log_for
> time.sleep(1)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> title = 'Timeout'
> stream = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
> sep = '+'
> def write_title(title, stream=None, sep="~"):
> """Write a section title.
> 
> If *stream* is None sys.stderr will be used, *sep* is used to
> draw the line.
> """
> if stream is None:
> stream = sys.stderr
> >   width = py.io.get_terminal_width()
> E   AttributeError: module 'py' has no attribute 'io'
> ../venv/lib/python3.11/site-packages/pytest_timeout.py:444: AttributeError
> {noformat}



--
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-18188) Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges

2023-01-23 Thread Brandon Williams (Jira)


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

Brandon Williams updated CASSANDRA-18188:
-
Reviewers: Michael Semb Wever

> Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
> -
>
> Key: CASSANDRA-18188
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18188
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/python
>Reporter: Caleb Rackliffe
>Assignee: Brandon Williams
>Priority: Normal
>  Labels: dtest, python, test, upgrade-dtest
> Fix For: 4.x
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1434/testReport/dtest-upgrade.upgrade_tests.cql_tests/cls/test_limit_ranges/
> {noformat}
> self =  0x7f27f9268e10>
> def test_limit_ranges(self):
> """ Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)
> 
> cursor.execute("""
> CREATE TABLE clicks (
> userid int,
> url text,
> time bigint,
> PRIMARY KEY (userid, url)
> ) WITH COMPACT STORAGE;
> """)
> 
> >   for is_upgraded, cursor in self.do_upgrade(cursor):
> upgrade_tests/cql_tests.py:318: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> upgrade_tests/upgrade_base.py:197: in do_upgrade
> node1.start(wait_for_binary_proto=True)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:896: in start
> node.watch_log_for_alive(self, from_mark=mark)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:665: in 
> watch_log_for_alive
> self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, 
> filename=filename)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:584: in watch_log_for
> time.sleep(1)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> title = 'Timeout'
> stream = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
> sep = '+'
> def write_title(title, stream=None, sep="~"):
> """Write a section title.
> 
> If *stream* is None sys.stderr will be used, *sep* is used to
> draw the line.
> """
> if stream is None:
> stream = sys.stderr
> >   width = py.io.get_terminal_width()
> E   AttributeError: module 'py' has no attribute 'io'
> ../venv/lib/python3.11/site-packages/pytest_timeout.py:444: AttributeError
> {noformat}



--
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-18188) Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges

2023-01-23 Thread Brandon Williams (Jira)


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

Brandon Williams updated CASSANDRA-18188:
-
Test and Documentation Plan: fix ci
 Status: Patch Available  (was: Open)

> Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
> -
>
> Key: CASSANDRA-18188
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18188
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/python
>Reporter: Caleb Rackliffe
>Assignee: Brandon Williams
>Priority: Normal
>  Labels: dtest, python, test, upgrade-dtest
> Fix For: 4.x
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1434/testReport/dtest-upgrade.upgrade_tests.cql_tests/cls/test_limit_ranges/
> {noformat}
> self =  0x7f27f9268e10>
> def test_limit_ranges(self):
> """ Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)
> 
> cursor.execute("""
> CREATE TABLE clicks (
> userid int,
> url text,
> time bigint,
> PRIMARY KEY (userid, url)
> ) WITH COMPACT STORAGE;
> """)
> 
> >   for is_upgraded, cursor in self.do_upgrade(cursor):
> upgrade_tests/cql_tests.py:318: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> upgrade_tests/upgrade_base.py:197: in do_upgrade
> node1.start(wait_for_binary_proto=True)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:896: in start
> node.watch_log_for_alive(self, from_mark=mark)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:665: in 
> watch_log_for_alive
> self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, 
> filename=filename)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:584: in watch_log_for
> time.sleep(1)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> title = 'Timeout'
> stream = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
> sep = '+'
> def write_title(title, stream=None, sep="~"):
> """Write a section title.
> 
> If *stream* is None sys.stderr will be used, *sep* is used to
> draw the line.
> """
> if stream is None:
> stream = sys.stderr
> >   width = py.io.get_terminal_width()
> E   AttributeError: module 'py' has no attribute 'io'
> ../venv/lib/python3.11/site-packages/pytest_timeout.py:444: AttributeError
> {noformat}



--
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-18188) Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges

2023-01-23 Thread Caleb Rackliffe (Jira)


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

Caleb Rackliffe updated CASSANDRA-18188:

Labels: dtest python test upgrade-dtest  (was: )

> Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
> -
>
> Key: CASSANDRA-18188
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18188
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/python
>Reporter: Caleb Rackliffe
>Priority: Normal
>  Labels: dtest, python, test, upgrade-dtest
> Fix For: 4.x
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1434/testReport/dtest-upgrade.upgrade_tests.cql_tests/cls/test_limit_ranges/
> {noformat}
> self =  0x7f27f9268e10>
> def test_limit_ranges(self):
> """ Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)
> 
> cursor.execute("""
> CREATE TABLE clicks (
> userid int,
> url text,
> time bigint,
> PRIMARY KEY (userid, url)
> ) WITH COMPACT STORAGE;
> """)
> 
> >   for is_upgraded, cursor in self.do_upgrade(cursor):
> upgrade_tests/cql_tests.py:318: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> upgrade_tests/upgrade_base.py:197: in do_upgrade
> node1.start(wait_for_binary_proto=True)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:896: in start
> node.watch_log_for_alive(self, from_mark=mark)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:665: in 
> watch_log_for_alive
> self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, 
> filename=filename)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:584: in watch_log_for
> time.sleep(1)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> title = 'Timeout'
> stream = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
> sep = '+'
> def write_title(title, stream=None, sep="~"):
> """Write a section title.
> 
> If *stream* is None sys.stderr will be used, *sep* is used to
> draw the line.
> """
> if stream is None:
> stream = sys.stderr
> >   width = py.io.get_terminal_width()
> E   AttributeError: module 'py' has no attribute 'io'
> ../venv/lib/python3.11/site-packages/pytest_timeout.py:444: AttributeError
> {noformat}



--
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-18188) Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges

2023-01-23 Thread Caleb Rackliffe (Jira)


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

Caleb Rackliffe updated CASSANDRA-18188:

 Bug Category: Parent values: Correctness(12982)Level 1 values: Test 
Failure(12990)
   Complexity: Normal
  Component/s: Test/dtest/python
Discovered By: DTest
Fix Version/s: 4.x
 Severity: Normal
   Status: Open  (was: Triage Needed)

> Test failure in upgrade_tests.cql_tests.cls.test_limit_ranges
> -
>
> Key: CASSANDRA-18188
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18188
> Project: Cassandra
>  Issue Type: Bug
>  Components: Test/dtest/python
>Reporter: Caleb Rackliffe
>Priority: Normal
> Fix For: 4.x
>
>
> https://ci-cassandra.apache.org/job/Cassandra-trunk/1434/testReport/dtest-upgrade.upgrade_tests.cql_tests/cls/test_limit_ranges/
> {noformat}
> self =  0x7f27f9268e10>
> def test_limit_ranges(self):
> """ Validate LIMIT option for 'range queries' in SELECT statements """
> cursor = self.prepare(ordered=True)
> 
> cursor.execute("""
> CREATE TABLE clicks (
> userid int,
> url text,
> time bigint,
> PRIMARY KEY (userid, url)
> ) WITH COMPACT STORAGE;
> """)
> 
> >   for is_upgraded, cursor in self.do_upgrade(cursor):
> upgrade_tests/cql_tests.py:318: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> upgrade_tests/upgrade_base.py:197: in do_upgrade
> node1.start(wait_for_binary_proto=True)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:896: in start
> node.watch_log_for_alive(self, from_mark=mark)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:665: in 
> watch_log_for_alive
> self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, 
> filename=filename)
> ../venv/lib/python3.11/site-packages/ccmlib/node.py:584: in watch_log_for
> time.sleep(1)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> title = 'Timeout'
> stream = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
> sep = '+'
> def write_title(title, stream=None, sep="~"):
> """Write a section title.
> 
> If *stream* is None sys.stderr will be used, *sep* is used to
> draw the line.
> """
> if stream is None:
> stream = sys.stderr
> >   width = py.io.get_terminal_width()
> E   AttributeError: module 'py' has no attribute 'io'
> ../venv/lib/python3.11/site-packages/pytest_timeout.py:444: AttributeError
> {noformat}



--
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