it builds #1314
Annotations
13 errors
Serval.ApiServer.AssessmentEngineTests ► StartJobAsync:
src/Serval/src/Serval.Client/Client.g.cs#L1701
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Serval.Client.ServalApiException : The job configuration was invalid.
Status: 400
Response:
"The filename has not been populated. It is not stored in the database."
|
Serval.ApiServer.TranslationEngineTests ► GetPretranslatedUsfmAsync_BookDoesNotExist:
src/Serval/test/Serval.ApiServer.IntegrationTests/TranslationEngineTests.cs#L1965
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Assert.That(ex?.StatusCode, Is.EqualTo(204))
Expected: 204
But was: 400
|
Serval.ApiServer.TranslationEngineTests ► GetPretranslatedUsfmAsync_BookExists:
src/Serval/src/Serval.Client/Client.g.cs#L7078
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Serval.Client.ServalApiException : The corpus is not a valid Scripture corpus.
Status: 400
Response:
The data file f00000000000000000000003 cannot be found.
|
Serval.ApiServer.TranslationEngineTests ► StartBuild_ParallelCorpus:
src/Serval/src/Serval.Client/Client.g.cs#L7338
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Serval.Client.ServalApiException : The build configuration was invalid.
Status: 400
Response:
"The data file f00000000000000000000001 cannot be found."
|
Serval.ApiServer.TranslationEngineTests ► StartBuildAsync_Corpus_NoFilter:
src/Serval/src/Serval.Client/Client.g.cs#L7338
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Serval.Client.ServalApiException : The build configuration was invalid.
Status: 400
Response:
"The data file f00000000000000000000001 cannot be found."
|
Serval.ApiServer.TranslationEngineTests ► StartBuildAsync_ParallelCorpus:
src/Serval/src/Serval.Client/Client.g.cs#L7338
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Serval.Client.ServalApiException : The build configuration was invalid.
Status: 400
Response:
"The data file f00000000000000000000001 cannot be found."
|
Serval.ApiServer.TranslationEngineTests ► StartBuildAsync_ParallelCorpus_NoFilter:
src/Serval/src/Serval.Client/Client.g.cs#L7338
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Serval.Client.ServalApiException : The build configuration was invalid.
Status: 400
Response:
"The data file f00000000000000000000001 cannot be found."
|
Serval.ApiServer.TranslationEngineTests ► StartBuildForEngineAsync_UnparsableOptions():
src/Serval/test/Serval.ApiServer.IntegrationTests/TranslationEngineTests.cs#L1433
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Assert.That(() => client.StartBuildAsync(ECHO_ENGINE1_ID, tbc), Throws.TypeOf<ServalApiException>().With.Message.Contains("Unable to parse field 'options'"))
Expected: <Serval.Client.ServalApiException> and property Message String containing "Unable to parse field 'options'"
But was: "The build configuration was invalid.
Status: 400
Response:
"The data file f00000000000000000000001 cannot be found.""
|
Serval.ApiServer.TranslationEngineTests ► StartBuildForEngineByIdAsync(["update:translation_engines", "create:translation_engines", "read:translation_engines"],201,"e00000000000000000000001"):
src/Serval/src/Serval.Client/Client.g.cs#L7338
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Serval.Client.ServalApiException : The build configuration was invalid.
Status: 400
Response:
"The data file f00000000000000000000001 cannot be found."
|
Serval.ApiServer.TranslationEngineTests ► TryToQueueMultipleBuildsPerSingleUser:
src/Serval/src/Serval.Client/Client.g.cs#L7338
Failed test found in:
src/Serval/test/Serval.ApiServer.IntegrationTests/TestResults/test-results.trx
Error:
Serval.Client.ServalApiException : The build configuration was invalid.
Status: 400
Response:
"The data file f00000000000000000000001 cannot be found."
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_MixedSourceAndTarget_ParallelCorpus:
src/Serval/src/Serval.Shared/Models/CorpusFile.cs#L35
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
System.InvalidOperationException : The filename has not been populated. It is not stored in the database.
|
Build
Failed test were found and 'fail-on-error' option is set to true
|
Build
Process completed with exit code 1.
|