aboutsummaryrefslogtreecommitdiff
path: root/test/random_access
AgeCommit message (Collapse)AuthorFilesLines
2023-11-13Java 3.59chrislu1-0/+1
fix https://github.com/seaweedfs/seaweedfs/issues/5001
2023-06-14build(deps): bump guava from 30.0-jre to 32.0.0-jre in /test/random_access ↵dependabot[bot]1-1/+1
(#4579) build(deps): bump guava in /test/random_access Bumps [guava](https://github.com/google/guava) from 30.0-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-30patch https://github.com/advisories/GHSA-5mg8-w23w-74h3Chris Lu1-1/+1
https://github.com/advisories/GHSA-5mg8-w23w-74h3
2021-03-30Bump guava from 28.0-jre to 29.0-jre in /test/random_accessdependabot[bot]1-1/+1
Bumps [guava](https://github.com/google/guava) from 28.0-jre to 29.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22revert wrong changeChris Lu1-1/+1
2021-03-22Java client 1.6.3Chris Lu1-1/+1
2020-10-12upgrade junit to 4.13.1Chris Lu1-1/+1
2020-08-26wipChris Lu2-2/+72
2020-08-17Create MmapFileTest.javaChris Lu1-0/+143
2020-08-16add for testingChris Lu39-0/+4916