Skip to content

Migrating script for [TiCDC](https://github.com/pingcap/ticdc) to change the test-infra from gocheck to testify

Notifications You must be signed in to change notification settings

maxshuang/ticdc_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Ticdc is migrating its test-infra from gocheck to testify, and this Script is used for it. We can add other sed regexs to replace some repetitive and boring works.

Usage

	./testify_replace.sh replace_dir(file)  pattern_file
	./testify_replace.sh replace_dir(file)

Example

	./testify_replace.sh client_test.go testify.pattern
	./testify_replace.sh client_test.go
	./testify_replace.sh ./cdc/kv testify.pattern
	./testify_replace.sh ./cdc/kv

Support Pattern

[TODO]

Extention

Refer to the examples in the testify.pattern

About

Migrating script for [TiCDC](https://github.com/pingcap/ticdc) to change the test-infra from gocheck to testify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published