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

New Redis integration #3018 #3100 #4180

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

ExpirationKCVSRedisCache compatibility issue fix

7a7a21c
Select commit
Loading
Failed to load commit list.
Open

New Redis integration #3018 #3100 #4180

ExpirationKCVSRedisCache compatibility issue fix
7a7a21c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 11, 2023 in 1s

9.09% of diff hit (target 75.74%)

View this Pull Request on Codecov

9.09% of diff hit (target 75.74%)

Annotations

Check warning on line 368 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java#L368

Added line #L368 was not covered by tests

Check warning on line 371 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java#L371

Added line #L371 was not covered by tests

Check warning on line 373 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java#L373

Added line #L373 was not covered by tests

Check warning on line 376 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java#L376

Added line #L376 was not covered by tests

Check warning on line 381 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/Backend.java#L379-L381

Added lines #L379 - L381 were not covered by tests

Check warning on line 76 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 80 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L80

Added line #L80 was not covered by tests

Check warning on line 84 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 86 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L86

Added line #L86 was not covered by tests

Check warning on line 92 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L88-L92

Added lines #L88 - L92 were not covered by tests

Check warning on line 97 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L94-L97

Added lines #L94 - L97 were not covered by tests

Check warning on line 101 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L101

Added line #L101 was not covered by tests

Check warning on line 104 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L103-L104

Added lines #L103 - L104 were not covered by tests

Check warning on line 110 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L108-L110

Added lines #L108 - L110 were not covered by tests

Check warning on line 112 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L112

Added line #L112 was not covered by tests

Check warning on line 115 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L115

Added line #L115 was not covered by tests

Check warning on line 120 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L120

Added line #L120 was not covered by tests

Check warning on line 123 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L123

Added line #L123 was not covered by tests

Check warning on line 125 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L125

Added line #L125 was not covered by tests

Check warning on line 127 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L127

Added line #L127 was not covered by tests

Check warning on line 130 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 133 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L132-L133

Added lines #L132 - L133 were not covered by tests

Check warning on line 139 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L135-L139

Added lines #L135 - L139 were not covered by tests

Check warning on line 141 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L141

Added line #L141 was not covered by tests

Check warning on line 146 in janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

janusgraph-core/src/main/java/org/janusgraph/diskstorage/keycolumnvalue/cache/ExpirationKCVSRedisCache.java#L144-L146

Added lines #L144 - L146 were not covered by tests