-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
migrate test-infra to testify for ddl
pkg
#27180
Comments
/assign |
Signed-off-by: Karuppiah Natarajan <[email protected]>
Signed-off-by: Karuppiah Natarajan <[email protected]>
@karuppiah7890 glad to see you working on this!
You can collaborate with me as how @yedamao did #27618 (comment) . |
Sure! Thanks @tisonkun ! I did think that this might be a hard one, looking at no one assigned themselves to it yet. I was planning on checking the package today to understand if it needs more subtasks, as I noticed more sub tasks for other issues. Looks like it does. I'll start from small packages that you mentioned 👍 I'll also note down all the test files and sub packages so that we can create sub tasks? Either GitHub issues or put a list in this issue as task list |
Either #27618 (comment) or #27142 (comment) is ok for me. |
Hoping we won't have too much complex things to comment in the GitHub issues, I'll choose to create just subtasks here for now for easy managment instead of creating too many GitHub issues. But yeah, while creating PRs, we can't close this issue with |
Ah, #27142 (comment) also has subtasks as GitHub issues, okay! |
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Karuppiah Natarajan <[email protected]>
Signed-off-by: Karuppiah Natarajan <[email protected]>
This comment has been minimized.
This comment has been minimized.
@karuppiah7890 I created issues for all child packages. For files, I'd like to postpone a bit until you'd actually work on it. Maybe follow #27618 (comment) and ask me to update the description, or ask me to create the issues. |
I removed my assignment @tisonkun |
I would like to contribute. But I would appreciate it if you help me with how to tackle this issue. |
Thank you @tisonkun 😄. I will also look at issues see which one I can tackle. |
Please add #30086 to the issue description. |
Updated. |
@tisonkun Migrating schema_test, stat_test, and table_test to testify all spill over into restart_test so those will all have to be done at once I think. I'm working on them right now, hopefully restart_test won't end up spilling over into even more tests (if that's the case I'll probably give up).
|
Hi,@tisonkun . testkit.go and testkit_test.go should migrate test-infra to testify too. |
@GOODBOY008 I don't know what you mean. There is no such file in Also, existing migration examples should help. |
@tisonkun I got it.Thanks your patience explanation! |
#31844 is added to the task list, which is introduced by tiflash guys. |
Finally we finish it! Closed as all subtasks resolved. |
ddl/failtest
pkg #27669ddl/label
pkg #27670ddl/placement
pkg #27671ddl/util
pkg #27672ddl/attributes_sql_test.go
#28628ddl/callback_test.go
#28629ddl/column_change_test.go
#28630ddl/column_test.go
#28631ddl/column_type_change_test.go
#28632ddl/db_change_test.go
#28633ddl/db_integration_test.go
#28634ddl/db_partition_test.go
#28635ddl/db_test.go
#28636ddl/ddl_algorithm_test.go
#28637ddl/ddl_test.go
#28638ddl/ddl_worker_test.go
#28639ddl/fail_test.go
#29102ddl/foreign_key_test.go
#29103ddl/index_change_test.go
#29104ddl/options_test.go
#29105ddl/partition_test.go
#29106ddl/placement_sql_test.go
#29107ddl/reorg_test.go
#29108ddl/restart_test.go
#29109ddl/rollingback_test.go
#29110ddl/schema_test.go
#29111ddl/sequence_test.go
#29112ddl/serial_test.go
#29113ddl/stat_test.go
#29114ddl/table_split_test.go
#29115ddl/table_test.go
#29116ddl/ddl_tiflash_test.go
#31844ddl/primary_key_handle_test.go
#32843The text was updated successfully, but these errors were encountered: