Skip to content
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

#124 Added reconnect to DefaultRedisProvider #137

Merged

#124 Added reconnect to DefaultRedisProvider

ace6fbe
Select commit
Loading
Failed to load commit list.
Merged

#124 Added reconnect to DefaultRedisProvider #137

#124 Added reconnect to DefaultRedisProvider
ace6fbe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 5, 2023 in 1s

63.55% of diff hit (target 64.20%)

View this Pull Request on Codecov

63.55% of diff hit (target 64.20%)

Annotations

Check warning on line 88 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L88

Added line #L88 was not covered by tests

Check warning on line 109 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L109

Added line #L109 was not covered by tests

Check warning on line 116 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L116

Added line #L116 was not covered by tests

Check warning on line 126 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L124-L126

Added lines #L124 - L126 were not covered by tests

Check warning on line 128 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L128

Added line #L128 was not covered by tests

Check warning on line 149 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 151 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L151

Added line #L151 was not covered by tests

Check warning on line 154 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L153-L154

Added lines #L153 - L154 were not covered by tests

Check warning on line 156 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L156

Added line #L156 was not covered by tests

Check warning on line 158 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L158

Added line #L158 was not covered by tests

Check warning on line 165 in src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/DefaultRedisProvider.java#L161-L165

Added lines #L161 - L165 were not covered by tests

Check warning on line 20 in src/main/java/org/swisspush/reststorage/RedisRestStorageRunner.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/RedisRestStorageRunner.java#L17-L20

Added lines #L17 - L20 were not covered by tests

Check warning on line 63 in src/main/java/org/swisspush/reststorage/lock/impl/RedisBasedLock.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/impl/RedisBasedLock.java#L63

Added line #L63 was not covered by tests

Check warning on line 63 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L63

Added line #L63 was not covered by tests

Check warning on line 69 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 73 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L73

Added line #L73 was not covered by tests

Check warning on line 92 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 105 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L105

Added line #L105 was not covered by tests

Check warning on line 117 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L117

Added line #L117 was not covered by tests

Check warning on line 122 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 125 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L125

Added line #L125 was not covered by tests

Check warning on line 130 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 138 in src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/LuaScriptState.java#L137-L138

Added lines #L137 - L138 were not covered by tests

Check warning on line 45 in src/main/java/org/swisspush/reststorage/lock/lua/ReleaseLockRedisCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/ReleaseLockRedisCommand.java#L45

Added line #L45 was not covered by tests

Check warning on line 48 in src/main/java/org/swisspush/reststorage/lock/lua/ReleaseLockRedisCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/swisspush/reststorage/lock/lua/ReleaseLockRedisCommand.java#L47-L48

Added lines #L47 - L48 were not covered by tests