Re: Failing tests 2016-09-15

2016-09-16 Thread Oleksandr Petrov
I've been able to reproduce both SASI statics (saved sstables, going to
take a closer look) and 11031 tests with novnode (looks like paging problem
that was not appearing when all parts of partition key were locked), will
create a Jira ticket today.

On Fri, Sep 16, 2016 at 7:24 AM Joel Knighton 
wrote:

> cassandra-3.9: No new runs
>
>
> trunk
> ===
> testall: 6 failures
>   org.apache.cassandra.cql3.KeyCacheCqlTest
>   .test2iKeyCachePathsShallowIndexEntry
>
>   org.apache.cassandra.cql3.KeyCacheCqlTest
>   .test2iKeyCachePathsShallowIndexEntry-compression
>   CASSANDRA-12650 for the two failures above. New flaky failure.
>
>   org.apache.cassandra.cql3.validation.entities.SecondaryIndexTest
>   .testAllowFilteringOnPartitionKeyWithSecondaryIndex
>
>   org.apache.cassandra.cql3.validation.entities.SecondaryIndexTest
>   .testAllowFilteringOnPartitionKeyWithSecondaryIndex-compression
>   CASSANDRA-12651 for the two failures above. New flaky failure.
>
>   org.apache.cassandra.index.sasi.SASIIndexTest
>   .testMultiExpressionQueriesWhereRowSplitBetweenSSTables
>   Looks like an environmental problem where the forked JVM exited.
>   I'm holding off on creating a JIRA for now.
>
>   org.apache.cassandra.index.sasi.SASIIndexTest
>   .testStaticIndex-compression
>   CASSANDRA-12652. New flaky failure.
>
> ===
> dtest: 4 failures
>   cdc_test.TestCDC.test_cdc_data_available_in_cdc_raw
>   CASSANDRA-11811. Known flaky failure.
>
>   materialized_views_test.TestMaterializedViews
>   .add_node_after_mv_test
>   CASSANDRA-12140. Known flaky failure.
>
>   materialized_views_test.TestMaterializedViews
>   .really_complex_repair_test
>   CASSANDRA-12475. Known flaky failure.
>
>   snitch_test.TestGossipingPropertyFileSnitch
>   .test_prefer_local_reconnect_on_listen_address
>   A typo fix was committed to trunk without updating the test
>   looking for the log message.
>
> ===
> novnode: 6 failures
>   paging_test.TestPagingData
>   .test_paging_with_filtering_on_partition_key
>
>   paging_test.TestPagingData
>   .test_paging_with_filtering_on_partition_key_on_clustering_columns
>
>   paging_test.TestPagingData
>
>
> .test_paging_with_filtering_on_partition_key_on_clustering_columns_with_contains
>
>   paging_test.TestPagingData
>   .test_paging_with_filtering_on_partition_key_on_counter_columns
>   Four new failures, bisect suggests they are due to
>   CASSANDRA-11031. Only failed on novnode. I've asked Alex
>   Petrov to take a look. No JIRA yet.
>
>   snitch_test.TestGossipingPropertyFileSnitch
>   .test_prefer_local_reconnect_on_listen_address
>   Same as the vnode failure above.
>
>   replication_test.SnitchConfigurationUpdateTest
>   .test_rf_collapse_property_file_snitch
>   New flaky failure. No JIRA created yet.
>
> ===
> upgrade: All passed!
>
-- 
Alex Petrov


Failing tests 2016-09-15

2016-09-15 Thread Joel Knighton
cassandra-3.9: No new runs


trunk
===
testall: 6 failures
  org.apache.cassandra.cql3.KeyCacheCqlTest
  .test2iKeyCachePathsShallowIndexEntry

  org.apache.cassandra.cql3.KeyCacheCqlTest
  .test2iKeyCachePathsShallowIndexEntry-compression
  CASSANDRA-12650 for the two failures above. New flaky failure.

  org.apache.cassandra.cql3.validation.entities.SecondaryIndexTest
  .testAllowFilteringOnPartitionKeyWithSecondaryIndex

  org.apache.cassandra.cql3.validation.entities.SecondaryIndexTest
  .testAllowFilteringOnPartitionKeyWithSecondaryIndex-compression
  CASSANDRA-12651 for the two failures above. New flaky failure.

  org.apache.cassandra.index.sasi.SASIIndexTest
  .testMultiExpressionQueriesWhereRowSplitBetweenSSTables
  Looks like an environmental problem where the forked JVM exited.
  I'm holding off on creating a JIRA for now.

  org.apache.cassandra.index.sasi.SASIIndexTest
  .testStaticIndex-compression
  CASSANDRA-12652. New flaky failure.

===
dtest: 4 failures
  cdc_test.TestCDC.test_cdc_data_available_in_cdc_raw
  CASSANDRA-11811. Known flaky failure.

  materialized_views_test.TestMaterializedViews
  .add_node_after_mv_test
  CASSANDRA-12140. Known flaky failure.

  materialized_views_test.TestMaterializedViews
  .really_complex_repair_test
  CASSANDRA-12475. Known flaky failure.

  snitch_test.TestGossipingPropertyFileSnitch
  .test_prefer_local_reconnect_on_listen_address
  A typo fix was committed to trunk without updating the test
  looking for the log message.

===
novnode: 6 failures
  paging_test.TestPagingData
  .test_paging_with_filtering_on_partition_key

  paging_test.TestPagingData
  .test_paging_with_filtering_on_partition_key_on_clustering_columns

  paging_test.TestPagingData

.test_paging_with_filtering_on_partition_key_on_clustering_columns_with_contains

  paging_test.TestPagingData
  .test_paging_with_filtering_on_partition_key_on_counter_columns
  Four new failures, bisect suggests they are due to
  CASSANDRA-11031. Only failed on novnode. I've asked Alex
  Petrov to take a look. No JIRA yet.

  snitch_test.TestGossipingPropertyFileSnitch
  .test_prefer_local_reconnect_on_listen_address
  Same as the vnode failure above.

  replication_test.SnitchConfigurationUpdateTest
  .test_rf_collapse_property_file_snitch
  New flaky failure. No JIRA created yet.

===
upgrade: All passed!