This is an automated email from the ASF dual-hosted git repository.

djoshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/master by this push:
     new c6806a0  Enable Zero Copy Streaming test for STCS
c6806a0 is described below

commit c6806a06018f3702a16fc6c0aa84fd710c003b73
Author: Dinesh A. Joshi <dinesh.jo...@apple.com>
AuthorDate: Sat Apr 18 11:00:45 2020 -0700

    Enable Zero Copy Streaming test for STCS
    
    Patch by Dinesh Joshi; Reviewed by Zhao Yang for CASSANDRA-15657
---
 streaming_test.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/streaming_test.py b/streaming_test.py
index bdb8b14..c7b599a 100644
--- a/streaming_test.py
+++ b/streaming_test.py
@@ -88,7 +88,6 @@ class TestStreaming(Tester):
     def test_zerocopy_streaming_leveled_compaction(self):
         self._test_streaming(op_zerocopy=operator.gt, op_partial=operator.gt, 
num_zerocopy=1, num_partial=1, rf=2)
 
-    @mark.xfail(reason="Not implemented yet. Should be functional after 
CASSANDRA-10540, CASSANDRA-14586 are fixed.")
     @since('4.0')
     def test_zerocopy_streaming_size_tiered_compaction(self):
         self._test_streaming(op_zerocopy=operator.gt, op_partial=operator.gt, 
num_zerocopy=1, num_partial=1, rf=2,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to