-
Notifications
You must be signed in to change notification settings - Fork 12
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
Functional tests failing (in stable and beta) #2132
Comments
The functional tests are passing now. var keyCreationDateTime = DateTime.now().toUtc();
expect(DateTime.parse(atData['metaData']['createdAt']).millisecondsSinceEpoch > keyCreationDateTime.millisecondsSinceEpoch, true); The failure could be because of the timing issue between the key creation date time and date time in the metadata. Will work on fixing the issue to prevent intermittent failures. |
try replacing the check with |
sorry.this check is incorrect. newest time will have greater value of millisecondsSinceEpoch. |
Describe the bug
Steps to reproduce
Expected behavior
Tests pass
The text was updated successfully, but these errors were encountered: