Istvan Toth created OMID-295:
--------------------------------
Summary: Update TestNG to 7.7.0 and fix incomatibility
Key: OMID-295
URL: https://issues.apache.org/jira/browse/OMID-295
Project: Phoenix Omid
Issue Type: Bug
Reporter: Istvan Toth
Due to some TestNG incompatibility, this results in the following test failure,
which we need to fix:
{noformat}
[ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.23 s
<<< FAILURE! -- in org.apache.omid.tso.TestTSOChannelHandlerNetty
[ERROR] org.apache.omid.tso.TestTSOChannelHandlerNetty.testNettyChannelWriting
-- Time elapsed: 3.537 s <<< FAILURE!
Wanted but not invoked:
requestProcessor.timestampRequest(
<any>,
<any org.apache.omid.tso.MonitoringContext>
);
-> at
org.apache.omid.tso.TestTSOChannelHandlerNetty.testWritingTimestampRequest(TestTSOChannelHandlerNetty.java:284)
Actually, there were zero interactions with this mock.
at
org.apache.omid.tso.TestTSOChannelHandlerNetty.testWritingTimestampRequest(TestTSOChannelHandlerNetty.java:284)
{noformat}
at
org.apache.omid.tso.TestTSOChannelHandlerNetty.testNettyChannelWriting(TestTSOChannelHandlerNetty.java:265)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:139)
at
org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:47)
at
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:76)
at
org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:11)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)