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

Batch append #229

Merged
merged 3 commits into from
Nov 5, 2021
Merged

Batch append #229

merged 3 commits into from
Nov 5, 2021

Conversation

George-Payne
Copy link
Member

@George-Payne George-Payne commented Nov 2, 2021

  • Add batch append
  • decide if should batch append or append based off of support and credentials
  • update tests
  • http2-assertion-failure should use classic append
  • write-after-end should test both append styles (also fixes: tests: write-after-end.tests.ts assertion fails #215)
  • reconnect tests should use classic append

@George-Payne George-Payne self-assigned this Nov 2, 2021
@George-Payne George-Payne force-pushed the batch-append branch 2 times, most recently from c818891 to e0d29a0 Compare November 2, 2021 17:50
Copy link
Contributor

@oskardudycz oskardudycz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if selecting batch vs regular append based on credentials is not too magical (there is no RFC), but as it's the same as in .NET, then I could approve it when the test coverage is increased.
See comments above.

Base automatically changed from resolve-flakey-tests to master November 3, 2021 18:12
 - Add batch append
 - decide if should batch append or append based off of support and credentials
- http2-assertion-failure should use classic append
- write-after-end should test both append styles
- reconnect tests should use classic append
- update test clusters to take extra options
@George-Payne George-Payne marked this pull request as ready for review November 4, 2021 13:12
@thefringeninja thefringeninja merged commit f9de3ba into master Nov 5, 2021
@thefringeninja thefringeninja deleted the batch-append branch November 5, 2021 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tests: write-after-end.tests.ts assertion fails
3 participants