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

Miscellaneous docstring and comment edits #2154

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

./gradlew :temporal-sdk:spotlessApply

5885943
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Miscellaneous docstring and comment edits #2154

./gradlew :temporal-sdk:spotlessApply
5885943
Select commit
Loading
Failed to load commit list.
GitHub Actions / JUnit Test Report failed Jul 31, 2024 in 0s

802 tests run, 770 passed, 31 skipped, 1 failed.

Annotations

Check failure on line 114 in temporal-sdk/src/test/java/io/temporal/internal/worker/WorkflowSlotsSmallSizeTests.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

WorkflowSlotsSmallSizeTests.TestLocalActivityShutdownWhileWaitingOnSlot[0]

java.lang.AssertionError: expected:<3> but was:<2>
Raw output
java.lang.AssertionError: expected:<3> but was:<2>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at io.temporal.internal.worker.WorkflowSlotsSmallSizeTests.tearDown(WorkflowSlotsSmallSizeTests.java:114)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:578)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunAfters.invokeMethod(RunAfters.java:46)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.lang.Thread.run(Thread.java:1589)