mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 07:23:15 +00:00
alternator-test: enable precision test for add
With big_decimal-based implementation, the precision test passes. Message-Id: <6d631a43901a272cb9ebd349cb779c9677ce471e.1562318971.git.sarna@scylladb.com>
This commit is contained in:
committed by
Nadav Har'El
parent
78e495fac3
commit
8f9e720f10
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user