Skip to content

Commit

Permalink
update pingcap/tidb#28034 issue
Browse files Browse the repository at this point in the history
Signed-off-by: Karuppiah Natarajan <karuppiah7890@users.noreply.github.com>
  • Loading branch information
karuppiah7890 committed Sep 14, 2021
1 parent cbf2600 commit 0dda9f7
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions pingcap/tidb/issue-28034/STORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
https://github.com/pingcap/tidb/issues/28034

TODO - Run the tests in these files in parallel
- `util/encrypt/aes_test.go`
- `util/encrypt/aes_layer_test.go`
- `util/encrypt/crypt_test.go`

Use `t.Parallel`

```bash
{ make failpoint-enable; go test github.com/pingcap/tidb/util/encrypt; make failpoint-disable; }
```

---

```bash
tidb $ go clean -testcache
tidb $ { make failpoint-enable; go test github.com/pingcap/tidb/util/encrypt; make failpoint-disable; }
ok github.com/pingcap/tidb/util/encrypt 0.984s
tidb $ gst
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
tidb $ { make failpoint-enable; go test github.com/pingcap/tidb/util/encrypt; make failpoint-disable; }
ok github.com/pingcap/tidb/util/encrypt (cached)

tidb $
tidb $ go clean -testcache
tidb $ { make failpoint-enable; go test github.com/pingcap/tidb/util/encrypt; make failpoint-disable; }
ok github.com/pingcap/tidb/util/encrypt 0.354s
tidb $ go clean -testcache
tidb $ gco -
Switched to branch 'parallelize-util/encrpyt-package-tests'
tidb $ { make failpoint-enable; go test github.com/pingcap/tidb/util/encrypt; make failpoint-disable; }
ok github.com/pingcap/tidb/util/encrypt 0.344s
tidb $
```


0 comments on commit 0dda9f7

Please sign in to comment.