-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 expression
#26855
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Comments
53 tasks
tisonkun
added
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
labels
Aug 3, 2021
4 tasks
@penthaapatel added. Thanks a lot for your participant! |
tisonkun
added a commit
to tisonkun/tidb
that referenced
this issue
Oct 25, 2021
This refers pingcap#26855 . Signed-off-by: tison <wander4096@gmail.com>
tisonkun
added a commit
to tisonkun/tidb
that referenced
this issue
Oct 26, 2021
This refers to pingcap#26855 . Signed-off-by: tison <wander4096@gmail.com>
Closed as all subtasks done. |
In fact, Many tasks like |
@hawkingrei sorry that I miss the file :P |
Closed as all subtasks done. @hawkingrei could you please do a sanity check? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
You may try to analyze first and spawn more subtasks instead of one big PR handle the whole package which is hard to review.
expression/aggregation
pkg #27904expression/bench_test.go
expression/builtin_arithmetic_test.go
expression/builtin_arithmetic_vec_test.go
expression/builtin_cast_bench_test.go
expression/builtin_cast_test.go
expression/builtin_cast_vec_test.go
expression/builtin_compare_test.go
expression/builtin_compare_vec_generated_test.go
expression/builtin_compare_vec_test.go
expression/builtin_control_test.go
expression/builtin_control_vec_generated_test.go
expression/builtin_encryption_test.go
expression/builtin_encryption_vec_test.go
expression/builtin_info_test.go
expression/builtin_info_vec_test.go
expression/builtin_json_test.go
expression/builtin_json_vec_test.go
expression/builtin_like_test.go
expression/builtin_like_vec_test.go
expression/builtin_math_test.go
expression/builtin_math_vec_test.go
expression/builtin_miscellaneous_test.go
expression/builtin_miscellaneous_vec_test.go
expression/builtin_op_test.go
expression/builtin_op_vec_test.go
expression/builtin_other_test.go
expression/builtin_other_vec_generated_test.go
expression/builtin_other_vec_test.go
expression/builtin_regexp_vec_const_test.go
expression/builtin_string_test.go
expression/builtin_string_vec_generated_test.go
expression/builtin_string_vec_test.go
expression/builtin_test.go
expression/builtin_time_test.go
expression/builtin_time_vec_generated_test.go
expression/builtin_time_vec_test.go
expression/builtin_vectorized_test.go
expression/collation_test.go
#28849expression/column_test.go
#28850expression/constant_fold_test.go
#28851expression/constant_propagation_test.go
#28853expression/constant_test.go
#28854expression/distsql_builtin_test.go
#29132expression/evaluator_test.go
#29133expression/expr_to_pb_test.go
#29134expression/expression_test.go
#29135expression/flag_simplify_test.go
#29136expression/function_traits_test.go
#29137expression/helper_test.go
#29138expression/integration_test.go
#29139expression/rand_test.go
#29140expression/scalar_function_test.go
#29141expression/schema_test.go
#29142expression/typeinfer_test.go
#29143expression/util_test.go
#29144expression/analyze_test.go
#30628The text was updated successfully, but these errors were encountered: