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

epic: Release 0.3.0 #432

Open
VoVAllen opened this issue Mar 18, 2024 · 1 comment
Open

epic: Release 0.3.0 #432

VoVAllen opened this issue Mar 18, 2024 · 1 comment
Labels
type/feature-epic ⭕ Huge features that cannot be tracked in one issue

Comments

@VoVAllen
Copy link
Member

VoVAllen commented Mar 18, 2024

@usamoi
Copy link
Collaborator

usamoi commented Mar 18, 2024

"Index drop" tests should include:

  • committed transactions that want to drop an index
  • aborted transactions that want to create an index, if the session is not killed1
  • aborted transactions that want to create an index, if the session is killed (the test should fail because we cannot handle it)
  • temp relations
  • unlogged relations (the behavior is weird: the remote index is recreated after the first access to the index)

Reindex should be tested too.

  • Reindex

Footnotes

  1. power failure or SIGKILL

@gaocegege gaocegege added the type/feature-epic ⭕ Huge features that cannot be tracked in one issue label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-epic ⭕ Huge features that cannot be tracked in one issue
Projects
None yet
Development

No branches or pull requests

3 participants