Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Adding responseFormat parameter in OpenAI Chat Completion Request #2322

Closed

Merge branch 'master' into response-format-03

efb9b4d
Select commit
Loading
Failed to load commit list.
Closed

chore: Adding responseFormat parameter in OpenAI Chat Completion Request #2322

Merge branch 'master' into response-format-03
efb9b4d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.SynapseML failed Dec 2, 2024 in 1h 15m 45s

Build #20241202.8 had test failures

Details

Tests

  • Failed: 6 (0.33%)
  • Passed: 1,764 (98.38%)
  • Other: 23 (1.28%)
  • Total: 1,793

Annotations

Check failure on line 124 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Build log #L124

Script failed with exit code: 1

Check failure on line 1448 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Build log #L1448

Script failed with exit code: 1

Check failure on line 682 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Build log #L682

Script failed with exit code: 1

Check failure on line 1683 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Build log #L1683

Script failed with exit code: 1

Check failure on line 1 in Run azure-search tests with waits

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Run azure-search tests with waits

Failed:    response: HttpResponseProxy{HTTP/1.1 503 Service Unavailable [Content-Length: 92, Content-Type: application/json; charset=utf-8, Content-Language: en, Server: Microsoft-IIS/10.0, Strict-Transport-Security: max-age=2592000, Preference-Applied: odata.include-annotations="*", throttle-reason: rateLimitExceeded, request-id: d947c70c-f7ed-45c2-8fca-d3dee20a8512, elapsed-time: 14229, Strict-Transport-Security: max-age=15724800; includeSubDomains, Date: Mon, 02 Dec 2024 22:22:48 GMT] ResponseEntityProxy{[Content-Type: application/json; charset=utf-8,Content-Length: 92,Chunked: false]}}    requestUrl: https://mmlspark-azure-search.search.windows.net/indexes?api-version=2023-07-01-Preview   requestBody: {"fields":[{"facetable":false,"key":true,"name":"id","type":"Edm.String"},{"facetable":false,"name":"fileName","searchable":false,"sortable":false,"type":"Edm.String"},{"facetable":false,"filterable":false,"name":"text","sortable":false,"type":"Edm.String"}],"name":"test--1697626621-20241202222214371"}   responseBody: {"error":{"code":"","message":"You are sending too many requests. Please try again later."}}
Raw output
java.lang.RuntimeException: Failed: 
	 response: HttpResponseProxy{HTTP/1.1 503 Service Unavailable [Content-Length: 92, Content-Type: application/json; charset=utf-8, Content-Language: en, Server: Microsoft-IIS/10.0, Strict-Transport-Security: max-age=2592000, Preference-Applied: odata.include-annotations="*", throttle-reason: rateLimitExceeded, request-id: d947c70c-f7ed-45c2-8fca-d3dee20a8512, elapsed-time: 14229, Strict-Transport-Security: max-age=15724800; includeSubDomains, Date: Mon, 02 Dec 2024 22:22:48 GMT] ResponseEntityProxy{[Content-Type: application/json; charset=utf-8,Content-Length: 92,Chunked: false]}} 
	 requestUrl: https://mmlspark-azure-search.search.windows.net/indexes?api-version=2023-07-01-Preview
	 requestBody: {"fields":[{"facetable":false,"key":true,"name":"id","type":"Edm.String"},{"facetable":false,"name":"fileName","searchable":false,"sortable":false,"type":"Edm.String"},{"facetable":false,"filterable":false,"name":"text","sortable":false,"type":"Edm.String"}],"name":"test--1697626621-20241202222214371"}
	 responseBody: {"error":{"code":"","message":"You are sending too many requests. Please try again later."}}
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.$anonfun$safeSend$1(RESTHelpers.scala:77)
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.retry(RESTHelpers.scala:40)
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.safeSend(RESTHelpers.scala:57)
	at com.microsoft.azure.synapse.ml.services.search.SearchIndex$.createIfNoneExists(AzureSearchAPI.scala:83)
	at com.microsoft.azure.synapse.ml.services.search.AzureSearchWriter$.prepareDF(AzureSearch.scala:286)
	at com.microsoft.azure.synapse.ml.services.search.AzureSearchWriter$.write(AzureSearch.scala:432)
	at com.microsoft.azure.synapse.ml.services.search.SearchWriterSuite.writeHelper(SearchWriterSuite.scala:229)
	at com.microsoft.azure.synapse.ml.services.search.SearchWriterSuite.$anonfun$new$4(SearchWriterSuite.scala:260)
	at com.microsoft.azure.synapse.ml.services.search.SearchWriterSuite.dependsOn$1(SearchWriterSuite.scala:254)
	at com.microsoft.azure.synapse.ml.services.search.SearchWriterSuite.$anonfun$new$3(SearchWriterSuite.scala:260)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
	at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
	at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
	at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
	at org.scalatest.Transformer.apply(Transformer.scala:22)
	at org.scalatest.Transformer.apply(Transformer.scala:20)
	at org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:226)
	at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
	at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
	at org.scalatest.funsuite.AnyFunSuite.withFixture(AnyFunSuite.scala:1564)
	at org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:224)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTest$1(AnyFunSuiteLike.scala:236)
	at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest(AnyFunSuiteLike.scala:236)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest$(AnyFunSuiteLike.scala:218)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.org$scalatest$BeforeAndAfterEachTestData$$super$runTest(TestBase.scala:150)
	at org.scalatest.BeforeAndAfterEachTestData.runTest(BeforeAndAfterEachTestData.scala:213)
	at org.scalatest.BeforeAndAfterEachTestData.runTest$(BeforeAndAfterEachTestData.scala:206)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.runTest(TestBase.scala:150)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTests$1(AnyFunSuiteLike.scala:269)
	at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
	at scala.collection.immutable.List.foreach(List.scala:431)
	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
	at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
	at org.sc

Check failure on line 1 in Throw useful error when given mismatched schema and document fields

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Throw useful error when given mismatched schema and document fields

Expected exception java.lang.IllegalArgumentException to be thrown, but java.lang.RuntimeException was thrown
Raw output
org.scalatest.exceptions.TestFailedException: Expected exception java.lang.IllegalArgumentException to be thrown, but java.lang.RuntimeException was thrown
	at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
	at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
	at org.scalatest.funsuite.AnyFunSuite.newAssertionFailedException(AnyFunSuite.scala:1564)
	at org.scalatest.Assertions.assertThrows(Assertions.scala:815)
	at org.scalatest.Assertions.assertThrows$(Assertions.scala:804)
	at org.scalatest.funsuite.AnyFunSuite.assertThrows(AnyFunSuite.scala:1564)
	at com.microsoft.azure.synapse.ml.services.search.SearchWriterSuite.$anonfun$new$17(SearchWriterSuite.scala:326)
	at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
	at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
	at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
	at org.scalatest.Transformer.apply(Transformer.scala:22)
	at org.scalatest.Transformer.apply(Transformer.scala:20)
	at org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:226)
	at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
	at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
	at org.scalatest.funsuite.AnyFunSuite.withFixture(AnyFunSuite.scala:1564)
	at org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:224)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTest$1(AnyFunSuiteLike.scala:236)
	at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest(AnyFunSuiteLike.scala:236)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest$(AnyFunSuiteLike.scala:218)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.org$scalatest$BeforeAndAfterEachTestData$$super$runTest(TestBase.scala:150)
	at org.scalatest.BeforeAndAfterEachTestData.runTest(BeforeAndAfterEachTestData.scala:213)
	at org.scalatest.BeforeAndAfterEachTestData.runTest$(BeforeAndAfterEachTestData.scala:206)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.runTest(TestBase.scala:150)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTests$1(AnyFunSuiteLike.scala:269)
	at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
	at scala.collection.immutable.List.foreach(List.scala:431)
	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
	at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
	at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTests(AnyFunSuiteLike.scala:269)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTests$(AnyFunSuiteLike.scala:268)
	at org.scalatest.funsuite.AnyFunSuite.runTests(AnyFunSuite.scala:1564)
	at org.scalatest.Suite.run(Suite.scala:1114)
	at org.scalatest.Suite.run$(Suite.scala:1096)
	at org.scalatest.funsuite.AnyFunSuite.org$scalatest$funsuite$AnyFunSuiteLike$$super$run(AnyFunSuite.scala:1564)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$run$1(AnyFunSuiteLike.scala:273)
	at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
	at org.scalatest.funsuite.AnyFunSuiteLike.run(AnyFunSuiteLike.scala:273)
	at org.scalatest.funsuite.AnyFunSuiteLike.run$(AnyFunSuiteLike.scala:272)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.org$scalatest$BeforeAndAfterAll$$super$run(TestBase.scala:150)
	at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
	at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:210)
	at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:208)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.run(TestBase.scala:150)
	at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
	at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
	at sbt.TestRunner.runTest$1(TestFramework.scala:140)
	at sbt.TestRunner.run(TestFramework.scala:155)
	at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater

Check failure on line 1 in Infer the structure of the index from the dataframe with vector columns

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Infer the structure of the index from the dataframe with vector columns

Failed:    response: HttpResponseProxy{HTTP/1.1 503 Service Unavailable [Content-Length: 92, Content-Type: application/json; charset=utf-8, Content-Language: en, Server: Microsoft-IIS/10.0, Strict-Transport-Security: max-age=2592000, Preference-Applied: odata.include-annotations="*", throttle-reason: rateLimitExceeded, request-id: 216a9f71-15a9-4e7c-9fd7-f800409ab5fc, elapsed-time: 10912, Strict-Transport-Security: max-age=15724800; includeSubDomains, Date: Mon, 02 Dec 2024 22:31:32 GMT] ResponseEntityProxy{[Content-Type: application/json; charset=utf-8,Content-Length: 92,Chunked: false]}}    requestUrl: https://mmlspark-azure-search.search.windows.net/indexes?api-version=2023-07-01-Preview   requestBody: {"fields":[{"key":true,"name":"id","type":"Edm.String"},{"name":"fileName","type":"Edm.String"},{"dimensions":3,"name":"vectorCol1","type":"Collection(Edm.Single)","vectorSearchConfiguration":"vectorConfig"},{"dimensions":3,"name":"vectorCol2","type":"Collection(Edm.Single)","vectorSearchConfiguration":"vectorConfig"},{"dimensions":3,"name":"vectorCol3","type":"Collection(Edm.Single)","vectorSearchConfiguration":"vectorConfig"}],"name":"test--1631990442-20241202223112434","vectorSearch":{"algorithmConfigurations":[{"kind":"hnsw","name":"vectorConfig"}]}}   responseBody: {"error":{"code":"","message":"You are sending too many requests. Please try again later."}}
Raw output
java.lang.RuntimeException: Failed: 
	 response: HttpResponseProxy{HTTP/1.1 503 Service Unavailable [Content-Length: 92, Content-Type: application/json; charset=utf-8, Content-Language: en, Server: Microsoft-IIS/10.0, Strict-Transport-Security: max-age=2592000, Preference-Applied: odata.include-annotations="*", throttle-reason: rateLimitExceeded, request-id: 216a9f71-15a9-4e7c-9fd7-f800409ab5fc, elapsed-time: 10912, Strict-Transport-Security: max-age=15724800; includeSubDomains, Date: Mon, 02 Dec 2024 22:31:32 GMT] ResponseEntityProxy{[Content-Type: application/json; charset=utf-8,Content-Length: 92,Chunked: false]}} 
	 requestUrl: https://mmlspark-azure-search.search.windows.net/indexes?api-version=2023-07-01-Preview
	 requestBody: {"fields":[{"key":true,"name":"id","type":"Edm.String"},{"name":"fileName","type":"Edm.String"},{"dimensions":3,"name":"vectorCol1","type":"Collection(Edm.Single)","vectorSearchConfiguration":"vectorConfig"},{"dimensions":3,"name":"vectorCol2","type":"Collection(Edm.Single)","vectorSearchConfiguration":"vectorConfig"},{"dimensions":3,"name":"vectorCol3","type":"Collection(Edm.Single)","vectorSearchConfiguration":"vectorConfig"}],"name":"test--1631990442-20241202223112434","vectorSearch":{"algorithmConfigurations":[{"kind":"hnsw","name":"vectorConfig"}]}}
	 responseBody: {"error":{"code":"","message":"You are sending too many requests. Please try again later."}}
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.$anonfun$safeSend$1(RESTHelpers.scala:77)
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.retry(RESTHelpers.scala:40)
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.safeSend(RESTHelpers.scala:57)
	at com.microsoft.azure.synapse.ml.services.search.SearchIndex$.createIfNoneExists(AzureSearchAPI.scala:83)
	at com.microsoft.azure.synapse.ml.services.search.AzureSearchWriter$.prepareDF(AzureSearch.scala:286)
	at com.microsoft.azure.synapse.ml.services.search.AzureSearchWriter$.write(AzureSearch.scala:432)
	at com.microsoft.azure.synapse.ml.services.search.SearchWriterSuite.$anonfun$new$32(SearchWriterSuite.scala:493)
	at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
	at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
	at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
	at org.scalatest.Transformer.apply(Transformer.scala:22)
	at org.scalatest.Transformer.apply(Transformer.scala:20)
	at org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:226)
	at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
	at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
	at org.scalatest.funsuite.AnyFunSuite.withFixture(AnyFunSuite.scala:1564)
	at org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:224)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTest$1(AnyFunSuiteLike.scala:236)
	at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest(AnyFunSuiteLike.scala:236)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest$(AnyFunSuiteLike.scala:218)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.org$scalatest$BeforeAndAfterEachTestData$$super$runTest(TestBase.scala:150)
	at org.scalatest.BeforeAndAfterEachTestData.runTest(BeforeAndAfterEachTestData.scala:213)
	at org.scalatest.BeforeAndAfterEachTestData.runTest$(BeforeAndAfterEachTestData.scala:206)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.runTest(TestBase.scala:150)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTests$1(AnyFunSuiteLike.scala:269)
	at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
	at scala.collection.immutable.List.foreach(List.scala:431)
	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
	at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
	at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTests(AnyFunSuiteLike.scala:269)
	at org.scalatest.fu

Check failure on line 1 in Run azure-search tests with vector fields

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.SynapseML

Run azure-search tests with vector fields

Failed:    response: HttpResponseProxy{HTTP/1.1 503 Service Unavailable [Content-Length: 92, Content-Type: application/json; charset=utf-8, Content-Language: en, Server: Microsoft-IIS/10.0, Strict-Transport-Security: max-age=2592000, Preference-Applied: odata.include-annotations="*", throttle-reason: rateLimitExceeded, request-id: 95e4280c-c538-44df-bfe4-2248841c011b, elapsed-time: 12730, Strict-Transport-Security: max-age=15724800; includeSubDomains, Date: Mon, 02 Dec 2024 22:31:11 GMT] ResponseEntityProxy{[Content-Type: application/json; charset=utf-8,Content-Length: 92,Chunked: false]}}    requestUrl: https://mmlspark-azure-search.search.windows.net/indexes?api-version=2023-07-01-Preview   requestBody: {"fields":[{"facetable":false,"key":true,"name":"id","type":"Edm.String"},{"facetable":false,"name":"fileName","searchable":false,"sortable":false,"type":"Edm.String"},{"dimensions":3,"name":"vectorCol","type":"Collection(Edm.Single)","vectorSearchConfiguration":"vectorConfig"}],"name":"test--266817660-20241202223034027","vectorSearch":{"algorithmConfigurations":[{"kind":"hnsw","name":"vectorConfig"}]}}   responseBody: {"error":{"code":"","message":"You are sending too many requests. Please try again later."}}
Raw output
java.lang.RuntimeException: Failed: 
	 response: HttpResponseProxy{HTTP/1.1 503 Service Unavailable [Content-Length: 92, Content-Type: application/json; charset=utf-8, Content-Language: en, Server: Microsoft-IIS/10.0, Strict-Transport-Security: max-age=2592000, Preference-Applied: odata.include-annotations="*", throttle-reason: rateLimitExceeded, request-id: 95e4280c-c538-44df-bfe4-2248841c011b, elapsed-time: 12730, Strict-Transport-Security: max-age=15724800; includeSubDomains, Date: Mon, 02 Dec 2024 22:31:11 GMT] ResponseEntityProxy{[Content-Type: application/json; charset=utf-8,Content-Length: 92,Chunked: false]}} 
	 requestUrl: https://mmlspark-azure-search.search.windows.net/indexes?api-version=2023-07-01-Preview
	 requestBody: {"fields":[{"facetable":false,"key":true,"name":"id","type":"Edm.String"},{"facetable":false,"name":"fileName","searchable":false,"sortable":false,"type":"Edm.String"},{"dimensions":3,"name":"vectorCol","type":"Collection(Edm.Single)","vectorSearchConfiguration":"vectorConfig"}],"name":"test--266817660-20241202223034027","vectorSearch":{"algorithmConfigurations":[{"kind":"hnsw","name":"vectorConfig"}]}}
	 responseBody: {"error":{"code":"","message":"You are sending too many requests. Please try again later."}}
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.$anonfun$safeSend$1(RESTHelpers.scala:77)
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.retry(RESTHelpers.scala:40)
	at com.microsoft.azure.synapse.ml.io.http.RESTHelpers$.safeSend(RESTHelpers.scala:57)
	at com.microsoft.azure.synapse.ml.services.search.SearchIndex$.createIfNoneExists(AzureSearchAPI.scala:83)
	at com.microsoft.azure.synapse.ml.services.search.AzureSearchWriter$.prepareDF(AzureSearch.scala:286)
	at com.microsoft.azure.synapse.ml.services.search.AzureSearchWriter$.write(AzureSearch.scala:432)
	at com.microsoft.azure.synapse.ml.services.search.SearchWriterSuite.writeHelper(SearchWriterSuite.scala:229)
	at com.microsoft.azure.synapse.ml.services.search.SearchWriterSuite.$anonfun$new$26(SearchWriterSuite.scala:442)
	at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
	at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
	at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
	at org.scalatest.Transformer.apply(Transformer.scala:22)
	at org.scalatest.Transformer.apply(Transformer.scala:20)
	at org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:226)
	at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
	at org.scalatest.TestSuite.withFixture$(TestSuite.scala:195)
	at org.scalatest.funsuite.AnyFunSuite.withFixture(AnyFunSuite.scala:1564)
	at org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:224)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTest$1(AnyFunSuiteLike.scala:236)
	at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest(AnyFunSuiteLike.scala:236)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTest$(AnyFunSuiteLike.scala:218)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.org$scalatest$BeforeAndAfterEachTestData$$super$runTest(TestBase.scala:150)
	at org.scalatest.BeforeAndAfterEachTestData.runTest(BeforeAndAfterEachTestData.scala:213)
	at org.scalatest.BeforeAndAfterEachTestData.runTest$(BeforeAndAfterEachTestData.scala:206)
	at com.microsoft.azure.synapse.ml.core.test.base.TestBase.runTest(TestBase.scala:150)
	at org.scalatest.funsuite.AnyFunSuiteLike.$anonfun$runTests$1(AnyFunSuiteLike.scala:269)
	at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:413)
	at scala.collection.immutable.List.foreach(List.scala:431)
	at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:401)
	at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
	at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTests(AnyFunSuiteLike.scala:269)
	at org.scalatest.funsuite.AnyFunSuiteLike.runTests$(AnyFunSuite