Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test additions/adjustments from syncstorage-rs #120

Open
pjenvey opened this issue Jun 14, 2019 · 1 comment
Open

test additions/adjustments from syncstorage-rs #120

pjenvey opened this issue Jun 14, 2019 · 1 comment

Comments

@pjenvey
Copy link
Member

pjenvey commented Jun 14, 2019

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

@pjenvey
Copy link
Member Author

pjenvey commented Jul 11, 2020

Another item here: fxa_uid/kid + hashed_fxa_uid are not always treated similarly alongside the legacy user_id

pjenvey added a commit that referenced this issue Jul 11, 2020
pjenvey added a commit that referenced this issue Jul 11, 2020
pjenvey added a commit that referenced this issue Jul 13, 2020
for spanner compatibility

+ fix the spanner backend lacking the new required is_migrating method

Issue #120
pjenvey added a commit that referenced this issue Jul 13, 2020
for spanner compatibility

- fix the spanner backend lacking the new required is_migrating method
- bump rsa version per CVE-2020-13757

Issue #120
pjenvey added a commit that referenced this issue Jul 13, 2020
for spanner compatibility

- fix the spanner backend lacking the new required is_migrating method
- bump rsa version per CVE-2020-13757

Issue #120
pjenvey added a commit that referenced this issue Feb 6, 2023
for spanner compatibility

- fix the spanner backend lacking the new required is_migrating method
- bump rsa version per CVE-2020-13757

Issue #120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant