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
org.opensearch.knn.indices.ModelDaoTests > testDelete FAILED
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=269, name=opensearch[node_s_0][generic][T#1], state=RUNNABLE, group=TGRP-ModelDaoTests]
at __randomizedtesting.SeedInfo.seed([DACDCF41AB8C9CD:40F363E0EA6F6050]:0)
Caused by:
java.lang.NullPointerException
at __randomizedtesting.SeedInfo.seed([DACDCF41AB8C9CD]:0)
at org.opensearch.knn.indices.ModelDao$OpenSearchKNNModelDao.get(ModelDao.java:394)
at org.opensearch.knn.training.TrainingJobClusterStateListener.updateModelsNewCluster(TrainingJobClusterStateListener.java:112)
at org.opensearch.knn.training.TrainingJobClusterStateListener.lambda$clusterChanged$0(TrainingJobClusterStateListener.java:90)
at org.opensearch.common.util.concurrent.ThreadContext$ContextPreservingRunnable.run(ThreadContext.java:854)
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)
REPRODUCE WITH: ./gradlew ':test' --tests "org.opensearch.knn.indices.ModelDaoTests.testDelete" -Dtests.seed=DACDCF41AB8C9CD -Dtests.security.manager=false -Dtests.locale=nb -Dtests.timezone=America/Cancun -Druntime.java=11
The text was updated successfully, but these errors were encountered:
Details
Seeing flaky behavior around the test
ModelDaoTests.testDelete
.Instances Ive seen (please comment more below)
Stack trace if above get delete:
The text was updated successfully, but these errors were encountered: