Skip to content

Merge branch 'main' into users/allekim/vector_quantizertype

c573018
Select commit
Loading
Failed to load commit list.
Open

VectorIndex Policy: Adds Support for QuantizerType in IndexingPolicy #47566

Merge branch 'main' into users/allekim/vector_quantizertype
c573018
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - cosmos - ci failed Jan 12, 2026 in 1h 33m 43s

Build #20260112.6 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 64,356 (98.93%)
  • Other: 697 (1.07%)
  • Total: 65,055
Code coverage

  • 2392 of 97907 line covered (2.44%)

Annotations

Check failure on line 34 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - ci

Build log #L34

PowerShell exited with code '1'.

Check failure on line 26 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - ci

Build log #L26

PowerShell exited with code '1'.

Check failure on line 107970 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - ci

Build log #L107970

Build failed.

Check failure on line 26 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - ci

Build log #L26

PowerShell exited with code '1'.

Check failure on line 1 in c.a.c.r.ContainerCreateDeleteWithSameNameTest.ContainerCreateDeleteWithSameNameTest::bulk[Gateway with Session consistency][10100, /mypk, com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest$2@8c29e75, 400, /id, com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest$1@114ef80a](4)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - ci

c.a.c.r.ContainerCreateDeleteWithSameNameTest.ContainerCreateDeleteWithSameNameTest::bulk[Gateway with Session consistency][10100, /mypk, com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest$2@8c29e75, 400, /id, com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest$1@114ef80a](4)

[total number of results] 
expected: 10
 but was: 6
Raw output
java.lang.AssertionError: 
[total number of results] 
expected: 10
 but was: 6
	at com.azure.cosmos.implementation.FeedResponseListValidator$Builder$2.validate(FeedResponseListValidator.java:56)
	at com.azure.cosmos.implementation.FeedResponseListValidator$Builder$1.validate(FeedResponseListValidator.java:44)
	at com.azure.cosmos.rx.TestSuiteBase.validateQuerySuccess(TestSuiteBase.java:1057)
	at com.azure.cosmos.rx.TestSuiteBase.validateQuerySuccess(TestSuiteBase.java:1045)
	at com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest.lambda$bulk$10(ContainerCreateDeleteWithSameNameTest.java:640)
	at com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest.createDeleteContainerWithSameName(ContainerCreateDeleteWithSameNameTest.java:873)
	at com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest.bulk(ContainerCreateDeleteWithSameNameTest.java:644)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:136)
	at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
	at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)

Check failure on line 1 in c.a.c.r.ContainerCreateDeleteWithSameNameTest.bulk

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - cosmos - ci

c.a.c.r.ContainerCreateDeleteWithSameNameTest.bulk

[total number of results]  expected: 10  but was: 6
Raw output
java.lang.AssertionError: [total number of results] 
expected: 10
 but was: 6
at com.azure.cosmos.implementation.FeedResponseListValidator$Builder$2.validate(FeedResponseListValidator.java:56)
at com.azure.cosmos.implementation.FeedResponseListValidator$Builder$1.validate(FeedResponseListValidator.java:44)
at com.azure.cosmos.rx.TestSuiteBase.validateQuerySuccess(TestSuiteBase.java:1057)
at com.azure.cosmos.rx.TestSuiteBase.validateQuerySuccess(TestSuiteBase.java:1045)
at com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest.lambda$bulk$10(ContainerCreateDeleteWithSameNameTest.java:640)
at com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest.createDeleteContainerWithSameName(ContainerCreateDeleteWithSameNameTest.java:873)
at com.azure.cosmos.rx.ContainerCreateDeleteWithSameNameTest.bulk(ContainerCreateDeleteWithSameNameTest.java:644)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.invokers.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:136)
at org.testng.internal.invokers.InvokeMethodRunnable.runOne(InvokeMethodRunnable.java:44)
at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:72)
at org.testng.internal.invokers.InvokeMethodRunnable.call(InvokeMethodRunnable.java:10)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)