Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_misc.py::test_read_stats fails due to There is no member named _raw. #18700

Open
tchaikov opened this issue May 15, 2024 · 0 comments
Open
Labels
symptom/ci stability Issues that failed in ScyllaDB CI - tests and framework

Comments

@tchaikov
Copy link
Contributor

tchaikov commented May 15, 2024

when testing a backport targeting 5.4:

gdb = <module 'gdb' from '/usr/share/gdb/python/gdb/__init__.py'>
sstable = '$sst'

    def test_read_stats(gdb, sstable):
>       scylla(gdb, f'read-stats')

test_misc.py:166: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

gdb = <module 'gdb' from '/usr/share/gdb/python/gdb/__init__.py'>
cmd = 'read-stats'

    def scylla(gdb, cmd):
>       return gdb.execute('scylla ' + cmd, from_tty=False, to_string=True)
E       gdb.error: Error occurred in Python: There is no member named _raw.

test_misc.py:7: error

this backport does not change the memory layout of seastar::lw_shared_ptr or anything related to the schema class.

please note this issue is not reproducible at this moment.

see https://jenkins.scylladb.com/job/scylla-5.4/job/scylla-ci/102/

@tchaikov tchaikov added the symptom/ci stability Issues that failed in ScyllaDB CI - tests and framework label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
symptom/ci stability Issues that failed in ScyllaDB CI - tests and framework
Projects
None yet
Development

No branches or pull requests

1 participant