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

Seg-fault in running integration test #89

Closed
tejasbehra opened this issue Nov 28, 2016 · 1 comment
Closed

Seg-fault in running integration test #89

tejasbehra opened this issue Nov 28, 2016 · 1 comment

Comments

@tejasbehra
Copy link

('==============================', 'Verifying Producer', '==============================')
producer at <cimpl.Producer object at 0x7f86f7d7e808>
Waiting for 16 messages to be delivered
Message delivered to test [0] at offset [17]: This one has a dr callback
Message delivered to test [0] at offset [18]: This one has a lambda
Message delivered to test [0] at offset [20]: Message #0
Message delivered to test [0] at offset [21]: Message #1
Message delivered to test [0] at offset [22]: Message #2
Message delivered to test [0] at offset [23]: Message #3
Message delivered to test [0] at offset [24]: Message #4
Message delivered to test [0] at offset [25]: Message #5
Message delivered to test [0] at offset [26]: Message #6
Message delivered to test [0] at offset [27]: Message #7
Message delivered to test [0] at offset [28]: Message #8
Message delivered to test [0] at offset [29]: Message #9
('==============================', 'Verifying Consumer', '==============================')
Traceback (most recent call last):
File "integration_test.py", line 464, in
verify_consumer()
File "integration_test.py", line 258, in verify_consumer
tstype, timestamp = msg.timestamp()
AttributeError: 'cimpl.Message' object has no attribute 'timestamp'
Segmentation fault (core dumped)

@edenhill
Copy link
Contributor

Duplicate of #81:
You are must likely running the tests using an older installed confluent_kafka version
Message.timestamp was added in 0.9.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants