From 8f9e720f105cac8848482f925649ee57bcd3f375 Mon Sep 17 00:00:00 2001 From: Piotr Sarna Date: Fri, 5 Jul 2019 11:29:56 +0200 Subject: [PATCH] alternator-test: enable precision test for add With big_decimal-based implementation, the precision test passes. Message-Id: <6d631a43901a272cb9ebd349cb779c9677ce471e.1562318971.git.sarna@scylladb.com> --- alternator-test/test_update_expression.py | 1 - 1 file changed, 1 deletion(-) diff --git a/alternator-test/test_update_expression.py b/alternator-test/test_update_expression.py index d84cf1c704..f164b02d07 100644 --- a/alternator-test/test_update_expression.py +++ b/alternator-test/test_update_expression.py @@ -348,7 +348,6 @@ def test_update_expression_plus_basic(test_table_s): # unchanged, the "+" and "-" operations need to calculate with them, and # we should check the calculation isn't done with some lower-precision # representation, e.g., double -@pytest.mark.xfail(reason="plus and minus implemented with wrong precision") def test_update_expression_plus_precision(test_table_s): p = random_string() test_table_s.update_item(Key={'p': p},