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

[improve][txn] Take first snapshot before persisting the first transactional message #21406

Merged
merged 19 commits into from
Aug 29, 2024

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    7206283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87f79c8 View commit details
    Browse the repository at this point in the history
  3. test: Add test.

    1. `testWriteSnapshotWhenFirstTxnMessageSend` mainly test what we want to do. -- Take first snapshot when sending first transaction message.
    2. `testMessagePublishInOrder` and `testRefCountWhenAppendBufferToTxn` test the message publish as expected. -- in order and no memory leak.
    liangyepianzhou committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    134472e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. test: improve testRefCountWhenAppendBufferToTxn

    Add cases for sending second transaction message adn send transaction message failed.
    liangyepianzhou committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    bfc64e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    bd12046 View commit details
    Browse the repository at this point in the history
  2. Resolve conflict

    xiangying committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c60f300 View commit details
    Browse the repository at this point in the history
  3. Resolve conflict

    xiangying committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    078771c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Remove reflect in the test

    xiangying committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3f1c2b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. apply mock

    xiangying committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9cc657f View commit details
    Browse the repository at this point in the history
  2. Typo

    xiangying committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1a4a9cb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Revert "apply mock"

    This reverts commit 9cc657f.
    xiangying committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    891c201 View commit details
    Browse the repository at this point in the history
  2. License

    xiangying committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    a5505bc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. 1. delete default method in TransactionBuffer

    2. visibleForTesting
    xiangying committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a83bad0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix test

    xiangying committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a3abb94 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. unused import

    xiangying committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c2d7fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c3f0c View commit details
    Browse the repository at this point in the history
  3. Build: Resolve conflict

    xiangying committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e9ee7e3 View commit details
    Browse the repository at this point in the history
  4. test: fix related test

    xiangying committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    71fdc72 View commit details
    Browse the repository at this point in the history
  5. test: fix related test

    xiangying committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7181a88 View commit details
    Browse the repository at this point in the history