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

executor: migrate TestBatchInsertWithOnDuplicate to testify #26712

Merged
merged 17 commits into from
Aug 4, 2021

Commits on Jul 28, 2021

  1. executor: introduce TestMain

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    99e7967 View commit details
    Browse the repository at this point in the history
  2. factor out CreateMockStore

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    49f6a1a View commit details
    Browse the repository at this point in the history
  3. executor: migrate TestBatchInsertWithOnDuplicate to testify

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    570a4e5 View commit details
    Browse the repository at this point in the history
  4. go fmt

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    fbe2f7e View commit details
    Browse the repository at this point in the history
  5. golinter

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    602d8dc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    c110a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09407d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166b8cc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    912f1ba View commit details
    Browse the repository at this point in the history
  2. ignore new leak assertTemporaryTableNoNetwork.func2

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    dff0345 View commit details
    Browse the repository at this point in the history
  3. ignore new leak assertTemporaryTableNoNetwork.func2

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    4458f19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96783c8 View commit details
    Browse the repository at this point in the history
  5. goleak verify only TestBatchInsertWithOnDuplicate for now

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    4bdc7ee View commit details
    Browse the repository at this point in the history
  6. ignore functions

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f6b55b2 View commit details
    Browse the repository at this point in the history
  7. remove goleak

    Signed-off-by: tison <wander4096@gmail.com>
    tisonkun committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f70c4ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fae080 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03ca5a3 View commit details
    Browse the repository at this point in the history