Add redis cache ci tests #1112

Closed
lunny wants to merge 3 commits from lunny/test_cache_redis into master
Owner

Will fix #892

Will fix #892
codecov-io commented 2019-07-30 07:26:59 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #1112 into master will decrease coverage by 2.96%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1112      +/-   ##
==========================================
- Coverage   57.41%   54.45%   -2.97%     
==========================================
  Files          44       42       -2     
  Lines        7912     7601     -311     
==========================================
- Hits         4543     4139     -404     
- Misses       2806     2940     +134     
+ Partials      563      522      -41
Impacted Files Coverage Δ
dialect_mssql.go 0% <0%> (-73.81%) ⬇️
cache_lru.go 53.45% <0%> (-8.18%) ⬇️
session_exist.go 57.44% <0%> (-5.52%) ⬇️
rows.go 50.76% <0%> (-5.38%) ⬇️
session_update.go 52.54% <0%> (-4.07%) ⬇️
helpers.go 57.41% <0%> (-2.32%) ⬇️
tag.go 77.09% <0%> (-2.22%) ⬇️
session_cols.go 91.3% <0%> (-2.18%) ⬇️
xorm.go 66.15% <0%> (-2.03%) ⬇️
engine_cond.go 54.96% <0%> (-1.33%) ⬇️
... and 21 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73a7003...3478004. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1112?src=pr&el=h1) Report > Merging [#1112](https://codecov.io/gh/go-xorm/xorm/pull/1112?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/73a7003f43e029b6dd3a620c0f8336ff19b97d5b?src=pr&el=desc) will **decrease** coverage by `2.96%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/1112/graphs/tree.svg?width=650&token=yB5nO1krEe&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/1112?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #1112 +/- ## ========================================== - Coverage 57.41% 54.45% -2.97% ========================================== Files 44 42 -2 Lines 7912 7601 -311 ========================================== - Hits 4543 4139 -404 - Misses 2806 2940 +134 + Partials 563 522 -41 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/1112?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [dialect\_mssql.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-ZGlhbGVjdF9tc3NxbC5nbw==) | `0% <0%> (-73.81%)` | :arrow_down: | | [cache\_lru.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-Y2FjaGVfbHJ1Lmdv) | `53.45% <0%> (-8.18%)` | :arrow_down: | | [session\_exist.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-c2Vzc2lvbl9leGlzdC5nbw==) | `57.44% <0%> (-5.52%)` | :arrow_down: | | [rows.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-cm93cy5nbw==) | `50.76% <0%> (-5.38%)` | :arrow_down: | | [session\_update.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-c2Vzc2lvbl91cGRhdGUuZ28=) | `52.54% <0%> (-4.07%)` | :arrow_down: | | [helpers.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-aGVscGVycy5nbw==) | `57.41% <0%> (-2.32%)` | :arrow_down: | | [tag.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-dGFnLmdv) | `77.09% <0%> (-2.22%)` | :arrow_down: | | [session\_cols.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-c2Vzc2lvbl9jb2xzLmdv) | `91.3% <0%> (-2.18%)` | :arrow_down: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.15% <0%> (-2.03%)` | :arrow_down: | | [engine\_cond.go](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree#diff-ZW5naW5lX2NvbmQuZ28=) | `54.96% <0%> (-1.33%)` | :arrow_down: | | ... and [21 more](https://codecov.io/gh/go-xorm/xorm/pull/1112/diff?src=pr&el=tree-more) | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1112?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1112?src=pr&el=footer). Last update [73a7003...3478004](https://codecov.io/gh/go-xorm/xorm/pull/1112?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
lunny added the
kind
breaking
label 2020-01-20 05:37:55 +00:00
lunny modified the milestone from 0.8.2 to 1.1.1 2020-01-20 05:37:58 +00:00
lunny added a new dependency 2020-02-21 02:30:17 +00:00
lunny modified the milestone from 1.1.1 to 1.0.0 2020-02-24 06:46:37 +00:00
lunny modified the milestone from 1.0.0 to 1.1.1 2020-02-25 12:34:25 +00:00
lunny removed this from the 1.1.1 milestone 2020-04-09 06:54:27 +00:00
Author
Owner

replaced by #1650

replaced by #1650
lunny removed a dependency 2021-07-21 05:58:29 +00:00
lunny closed this pull request 2021-07-21 05:58:32 +00:00
lunny deleted branch lunny/test_cache_redis 2021-07-21 05:58:37 +00:00
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

Pull request closed

Sign in to join this conversation.
No description provided.