microsoft / EmbeddedSocial-iOS-SDK

SDK for interacting with the Microsoft Embedded Social service from inside your iOS app
MIT License
19 stars 11 forks source link

[Manual] - Not all comments are added to a post #721

Closed JaroslawRomanovich closed 7 years ago

JaroslawRomanovich commented 7 years ago

Commit number: c445ad3

Preconditions: test user is signed in

Steps to reproduce:

  1. Create a new post
  2. Add one comment to the post
  3. Set the application to offline mode
  4. Add 3 comments to the same post
  5. Set the application to on-line mode
  6. Wait for data synchronization with the server
  7. Re-open the post

Actual Result: Incorrect number of comments is displayed for the post (sometimes 3 or 2 comments instead of 4) Expected Result: The post has correct number of comments - 4 comments

JaroslawRomanovich commented 7 years ago

The problem is still active on a build from commit number 7f3d09256e9b78b6e4cd0207ad47b75f4691d65e

JaroslawRomanovich commented 7 years ago

Verified on a build from commit number 36e50c38f654045f6c392fb0e87c647953544606