-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Flaky test testStackOverFlowError #4139
Copy link
Copy link
Open
Labels
Flaky TestDepicts a test that breaks due to race condition or wrong assumptionDepicts a test that breaks due to race condition or wrong assumptionSchrödinger's bug
Description
To reproduce
Run testStackOverFlowError multiple times
java.lang.AssertionError
at [email protected]/org.junit.Assert.fail(Assert.java:87)
at [email protected]/org.junit.Assert.fail(Assert.java:96)
at io.questdb.test/io.questdb.test.griffin.engine.functions.regex.RegexpReplaceStrFunctionFactoryTest.lambda$assertFailure$1(RegexpReplaceStrFunctionFactoryTest.java:106)
at io.questdb.test/io.questdb.test.AbstractCairoTest.lambda$assertMemoryLeak$7(AbstractCairoTest.java:947)
at io.questdb.test/io.questdb.test.tools.TestUtils.assertMemoryLeak(TestUtils.java:617)
at io.questdb.test/io.questdb.test.AbstractCairoTest.assertMemoryLeak(AbstractCairoTest.java:944)
at io.questdb.test/io.questdb.test.AbstractCairoTest.assertMemoryLeak(AbstractCairoTest.java:938)
at io.questdb.test/io.questdb.test.griffin.engine.functions.regex.RegexpReplaceStrFunctionFactoryTest.assertFailure(RegexpReplaceStrFunctionFactoryTest.java:99)
at io.questdb.test/io.questdb.test.griffin.engine.functions.regex.RegexpReplaceStrFunctionFactoryTest.testStackOverFlowError(RegexpReplaceStrFunctionFactoryTest.java:83)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at [email protected]/org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at [email protected]/org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at [email protected]/org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
at [email protected]/org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at [email protected]/org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at [email protected]/org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at [email protected]/org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
at [email protected]/org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
at [email protected]/org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:840)
QuestDB version:
7.3.9
OS, in case of Docker specify Docker and the Host OS:
MacOS
File System, in case of Docker specify Host File System:
na
Full Name:
Alex Pelagenko
Affiliation:
QuestDB
Have you followed Linux, MacOs kernel configuration steps to increase Maximum open files and Maximum virtual memory areas limit?
- Yes, I have
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Flaky TestDepicts a test that breaks due to race condition or wrong assumptionDepicts a test that breaks due to race condition or wrong assumptionSchrödinger's bug