Compare commits
2 Commits
0.2.0-alph
...
0.2.0-alph
Author | SHA1 | Date | |
---|---|---|---|
1510956989
|
|||
ac4f0fdd19
|
@@ -18,4 +18,5 @@ ENTRYPOINT ["java", "-Dlogback.configurationFile=logback.xml", "-XX:+UseSerialGC
|
||||
|
||||
FROM scratch AS release-native
|
||||
ADD rbcs-cli.upx rbcs-cli
|
||||
ENV RBCS_CONFIGURATION_DIR="."
|
||||
ENTRYPOINT ["./rbcs-cli"]
|
||||
|
@@ -4,7 +4,7 @@ org.gradle.caching=true
|
||||
|
||||
rbcs.version = 0.2.0
|
||||
|
||||
lys.version = 2025.02.25
|
||||
lys.version = 2025.02.26
|
||||
|
||||
gitea.maven.url = https://gitea.woggioni.net/api/packages/woggioni/maven
|
||||
docker.registry.url=gitea.woggioni.net
|
||||
|
@@ -129,7 +129,7 @@ class RetryTest {
|
||||
previousAttempt.first + testArgs.initialDelay * Math.pow(testArgs.exp, index.toDouble()) * 1e6
|
||||
val actualTimestamp = timestamp
|
||||
val err = Math.abs(expectedTimestamp - actualTimestamp) / expectedTimestamp
|
||||
Assertions.assertTrue(err < 1e-2)
|
||||
Assertions.assertTrue(err < 0.1)
|
||||
}
|
||||
if (index == attempts.size - 1 && index < testArgs.maxAttempt - 1) {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user