[
https://issues.apache.org/jira/browse/CASSANDRA-10416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938859#comment-14938859
]
Jim Witschey commented on CASSANDRA-10416:
------------------------------------------
Sorry to bring you in on this prematurely, Adam. We were pulling but not
reinstalling:
{code}
cd C:/Users/jenkins/python-driver
git pull
{code}
I changed it to this on a scratch job on CassCI:
{code}
cd C:/Users/jenkins/python-driver
git pull
echo y | pip uninstall cassandra-driver
pip install -e .
{code}
(The existing install is done with {{-e}} so we won't use {{--upgrade}}.)
My scratch job ran clean and addressed the issues here and on CASSANDRA-10417:
http://cassci.datastax.com/view/All_Jobs/job/mambocab-scratch_cassandra-3.0_dtest_win32/lastCompletedBuild/console
Since that succeeded, I've switched over the other windows dtest jobs to
uninstall and reinstall.
> Windows dtest 3.0: clustering_order_test dtest fails
> ----------------------------------------------------
>
> Key: CASSANDRA-10416
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10416
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Jim Witschey
> Assignee: Yuki Morishita
> Fix For: 3.0.0 rc2
>
>
> [schema_metadata_test.TestSchemaMetadata.clustering_order_test|http://cassci.datastax.com/view/win32/job/cassandra-3.0_dtest_win32/72/testReport/schema_metadata_test/TestSchemaMetadata/clustering_order_test/]
> fails on cassandra-3.0 under Windows -- the test expects a table's metadata
> object, represented as a CQL query, to indicate its ordering.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)