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

Tablet init super read only #77

Closed
wants to merge 38 commits into from

Commits on Feb 1, 2023

  1. Adding super read only in cnf file

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    2b62a33 View commit details
    Browse the repository at this point in the history
  2. add new init sql file for unit test

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1576a33 View commit details
    Browse the repository at this point in the history
  3. enable super-readonly by default

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7ba072e View commit details
    Browse the repository at this point in the history
  4. Fixing some arrangement for super-read-only

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0b7fa6a View commit details
    Browse the repository at this point in the history
  5. Fix end to end tests

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    50e7907 View commit details
    Browse the repository at this point in the history
  6. fix rpc_replication issue

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d6b13f1 View commit details
    Browse the repository at this point in the history
  7. Fixing backup tests

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9fef193 View commit details
    Browse the repository at this point in the history
  8. fixing error with spacing in init sql file

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8ff1c42 View commit details
    Browse the repository at this point in the history
  9. vtgate end to end fixes

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a3b1ffa View commit details
    Browse the repository at this point in the history
  10. some more test fixes

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e5c772a View commit details
    Browse the repository at this point in the history
  11. fixing flag tests and more

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    093e6cc View commit details
    Browse the repository at this point in the history
  12. fixing schema sql

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4c99a57 View commit details
    Browse the repository at this point in the history
  13. fixing unit tests

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a64fd4d View commit details
    Browse the repository at this point in the history
  14. fixing vttest server test cases

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    80879a2 View commit details
    Browse the repository at this point in the history
  15. fixing more downgrad upgrade test

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    30aa865 View commit details
    Browse the repository at this point in the history
  16. fixing reparent upgrade downgrade test

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    5c7eb2e View commit details
    Browse the repository at this point in the history
  17. Bug fix for replication position

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ee952a4 View commit details
    Browse the repository at this point in the history
  18. Fixing vtexplain tests

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    881f50b View commit details
    Browse the repository at this point in the history
  19. Fixing mariadb initialization

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a8b230a View commit details
    Browse the repository at this point in the history
  20. fixing upgrade downgrade e2e test

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    605a308 View commit details
    Browse the repository at this point in the history
  21. Fixing assignment of init sql db file

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3bedb2b View commit details
    Browse the repository at this point in the history
  22. code clean up

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1256c71 View commit details
    Browse the repository at this point in the history
  23. Fixing backup test

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    211253e View commit details
    Browse the repository at this point in the history
  24. adding super read only api for sql demon

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c025af6 View commit details
    Browse the repository at this point in the history
  25. converting read-only calls to super-read-only calls

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    32789e6 View commit details
    Browse the repository at this point in the history
  26. restructure vtexplain code to be more generic

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c857d25 View commit details
    Browse the repository at this point in the history
  27. forgot to make proto vtadmin

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c263a57 View commit details
    Browse the repository at this point in the history
  28. Code review part-1

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7f5d871 View commit details
    Browse the repository at this point in the history
  29. remove code for redolog in test

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    3d7bf35 View commit details
    Browse the repository at this point in the history
  30. fix ensureDB test

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    dca3838 View commit details
    Browse the repository at this point in the history
  31. code review part-2

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7d43d0b View commit details
    Browse the repository at this point in the history
  32. Remove setSuperReadOnly checks

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    cfa97fe View commit details
    Browse the repository at this point in the history
  33. code review part-3

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fad2b7d View commit details
    Browse the repository at this point in the history
  34. Try restoring without super_read_only

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    473fe4a View commit details
    Browse the repository at this point in the history
  35. test: simplify vtorc test to not require turning off super-read-only

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 authored and rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0f4b189 View commit details
    Browse the repository at this point in the history
  36. code review part-4

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    fe21638 View commit details
    Browse the repository at this point in the history
  37. Fixing typo

    Signed-off-by: Rameez Sajwani <rameezwazirali@hotmail.com>
    rsajwani committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    62a4a22 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. test: fix vtorc test

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9330333 View commit details
    Browse the repository at this point in the history