You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows (on GH actions) the test check stdout with redirection()[jvm] fails:
org.opentest4j.AssertionFailedError: expected: <[The system cannot find the path specified.]> but was: <[The system cannot find the path specified., The process tried to write to a nonexistent pipe.]>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1135)
at kotlin.test.junit5.JUnit5Asserter.assertEquals(JUnitSupport.kt:32)
at kotlin.test.AssertionsKt__AssertionsKt.assertEquals(Assertions.kt:63)
at kotlin.test.AssertionsKt.assertEquals(Unknown Source)
at kotlin.test.AssertionsKt__AssertionsKt.assertEquals$default(Assertions.kt:62)
at kotlin.test.AssertionsKt.assertEquals$default(Unknown Source)
has been noticed for e9157ad, but the test passes after restart. Probably, needs some investigation, if it keeps occurring in the future.
The text was updated successfully, but these errors were encountered:
We also should focus on platform, which fails. For now it jvm, and it probably goes from ProcessBuilder from Java.
In native we have explicit check for unsuccessful pipe creation, and I think it shouldn't be reproduced in native for this reason.
On windows (on GH actions) the test
check stdout with redirection()[jvm]
fails:has been noticed for e9157ad, but the test passes after restart. Probably, needs some investigation, if it keeps occurring in the future.
The text was updated successfully, but these errors were encountered: