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

ddl: add more foreign key test case #40052

Merged
merged 25 commits into from
Dec 28, 2022
Merged

Commits on Dec 19, 2022

  1. fix alter add foreign key privilege check and txn too large check

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d607801 View commit details
    Browse the repository at this point in the history
  2. fix bug and add test for temporary table and cache table

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    57d8dad View commit details
    Browse the repository at this point in the history
  3. add test for fk with partition table

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9d13a89 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. refine

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    0cdafad View commit details
    Browse the repository at this point in the history
  2. fix ci

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    07d1a0a View commit details
    Browse the repository at this point in the history
  3. fix ci

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e3cfe89 View commit details
    Browse the repository at this point in the history
  4. add foreign key and lock view test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2bc21b2 View commit details
    Browse the repository at this point in the history
  5. add foreign key and memory tracker test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    a07f3b1 View commit details
    Browse the repository at this point in the history
  6. add conccurent ddl test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5ffd336 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. add more test case in TestForeignKeyAndConcurrentDDL

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    c3047de View commit details
    Browse the repository at this point in the history
  2. add foreign key and mdl test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    a5efc3d View commit details
    Browse the repository at this point in the history
  3. add foreign key and async commit test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d1ec0c8 View commit details
    Browse the repository at this point in the history
  4. add foreign key and transaction isolation test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1cf840a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. add foreign key speed and index(lightning) test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    4ad143b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    3e0576c View commit details
    Browse the repository at this point in the history
  2. refine

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    b8632c6 View commit details
    Browse the repository at this point in the history
  3. refine test

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    5717ec7 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    ebff4ad View commit details
    Browse the repository at this point in the history
  2. update bazel

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    44f027b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ead97 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    c09bf55 View commit details
    Browse the repository at this point in the history
  2. refine code

    Signed-off-by: crazycs520 <crazycs520@gmail.com>
    crazycs520 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    63d2ff5 View commit details
    Browse the repository at this point in the history
  3. Update tests/realtikvtest/testkit.go

    Co-authored-by: tangenta <tangenta@126.com>
    crazycs520 and tangenta authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    e8c211a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e796250 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

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