Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

test additions/adjustments from syncstorage-rs #120

@pjenvey

Description

@pjenvey

I'm tracking a few changes in the feat/spanner-tests-todo branch. It's mostly just adding a new test.

We may also need to adjust the strictness of test_timestamp_numbers_are_decimals. syncstorage-rs sometimes produces only 1 decimal point vs 2 (and I doubt the client cares but we should double check before changing this test).

FAIL: test_timestamp_numbers_are_decimals (syncstorage.tests.functional.support.LiveTestCases)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "syncstorage/tests/functional/test_storage.py", line 899, in test_timestamp_numbers_are_decimals
    self.assertEqual(len(str(ts).split(".")[-1]), 2)
AssertionError: 1 != 2

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions