Re: Failing tests 2016-08-24 [cassandra-3.9]

2016-08-25 Thread Michael Kjellman
Awesome Joel

Sent from my iPhone

On Aug 24, 2016, at 8:22 PM, Joel Knighton 
mailto:joel.knigh...@datastax.com>> wrote:

===
testall: All passed!

===
dtest: 2 failures
 scrub_test.TestScrubIndexes.test_standalone_scrub
   CASSANDRA-12337. I've root-caused this; the failure is cosmetic
   but user-facing, so I plan on fixing this soon.

 commitlog_test.TestCommitLog.test_commitlog_replay_on_startup
   CASSANDRA-12213. This is still being analyzed.

===
novnode: All passed!

===
upgrade: All passed!

While it is somewhat due to the stars aligning such that our flaky tests
all didn't fail this run, it is very exciting to see an upgrade test run
with 0 failures. This is 50+ fewer failures than two weeks ago.


Failings tests 2016-08-25 [cassandra-3.9]

2016-08-25 Thread Joel Knighton
The testall, novnode, and upgrade jobs all look good.

dtest: 1 failure
  paging_test.TestPagingDatasetChanges
  .test_cell_TTL_expiry_during_paging
This is a new flaky failure. It looks like the test
 didn't correctly wait for schema agreement. I'll
 make sure an issue is created for this tomorrow.