-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feature/rest history integration tests #68
Feature/rest history integration tests #68
Conversation
1518a13
to
41ee031
Compare
e25c179
to
3007dea
Compare
41ee031
to
a0577ec
Compare
27f732f
to
000915a
Compare
fd08700
to
ec1e2e3
Compare
7fff784
to
1b994a9
Compare
ec1e2e3
to
80dff88
Compare
history can be queried based on the provided params
paginated history isn't always consistent
1b994a9
to
a8bc0a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've not looked at the test implementations in detail for lack of time, however addition of any tests will always be better than having no tests so I'll trust in the checks passing. 😁
await Future.delayed(const Duration(seconds: 2)); | ||
|
||
final time1 = DateTime.now(); | ||
//TODO(tiholic) iOS fails without this delay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please ensure there's an issue for these TODO
comments relating to the delays required so we can keep track of this technical debt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
static const String restPublishWithAuthCallback = | ||
'restPublishWithAuthCallback'; | ||
// TODO(tiholic) handle restHistoryWithAuthCallback |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, it looks like we should manage this deferred work with an issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding integration tests for Rest History
pagination
direction
start
start
andend