scylladb / python-driver-matrix

3 stars 11 forks source link

run.py: add build command so driver would be compiled #45

Closed fruch closed 1 year ago

fruch commented 1 year ago

Since we have tests that now depend on LibevConnection we need to make sure we compile the driver, and not just relay on the default Connection which doens't need any compilation.

Fixes: #44

fruch commented 1 year ago

testing it in: https://jenkins.scylladb.com/job/scylla-staging/job/fruch/job/python-driver-matrix-test/5/

fruch commented 1 year ago

testing it in: https://jenkins.scylladb.com/job/scylla-staging/job/fruch/job/python-driver-matrix-test/5/

Job passed o.k.

fruch commented 1 year ago

I'm was looking at the datastax driver tests results, this fix isn't enough. need to look into it