Skip to content

Merge pull request #1 from DbUp/customise-template #3

Merge pull request #1 from DbUp/customise-template

Merge pull request #1 from DbUp/customise-template #3

GitHub Actions / Tests failed Mar 3, 2025 in 1s

0 passed, 4 failed and 0 skipped

Tests failed

❌ artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx

4 tests were completed in 756ms with 0 passed, 4 failed and 0 skipped.

Test suite Passed Failed Skipped Time
DbUp.ClickHouse.Tests.DatabaseSupportTests 3❌ 44ms
DbUp.ClickHouse.Tests.NoPublicApiChanges 1❌ 15ms

❌ DbUp.ClickHouse.Tests.DatabaseSupportTests

❌ VerifyBasicSupport
	TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.
❌ VerifyJournalCreationIfNameChanged
	TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.
❌ VerifyVariableSubstitutions
	TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.

❌ DbUp.ClickHouse.Tests.NoPublicApiChanges

❌ Run
	System.Exception : Could not find a diff program to use

Annotations

Check failure on line 0 in artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx

See this annotation in the file changed.

@github-actions github-actions / Tests

DbUp.ClickHouse.Tests.DatabaseSupportTests ► VerifyBasicSupport

Failed test found in:
  artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx
Error:
  TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.
Raw output
TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.
   at TestStack.BDDfy.Processors.ExceptionProcessor.<>c.<.cctor>b__3_0()
   at TestStack.BDDfy.Processors.ExceptionProcessor.Process(Story story)
   at TestStack.BDDfy.Engine.Run()
   at TestStack.BDDfy.BDDfyExtensions.BDDfy(Object testObject, String scenarioTitle, String caller)
   at DbUp.Tests.Common.DatabaseSupportTestsBase.VerifyBasicSupport() in /_/src/Tests.Common/DatabaseSupportTestsBase.cs:line 47
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 0 in artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx

See this annotation in the file changed.

@github-actions github-actions / Tests

DbUp.ClickHouse.Tests.DatabaseSupportTests ► VerifyJournalCreationIfNameChanged

Failed test found in:
  artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx
Error:
  TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.
Raw output
TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.
   at TestStack.BDDfy.Processors.ExceptionProcessor.<>c.<.cctor>b__3_0()
   at TestStack.BDDfy.Processors.ExceptionProcessor.Process(Story story)
   at TestStack.BDDfy.Engine.Run()
   at TestStack.BDDfy.BDDfyExtensions.BDDfy(Object testObject, String scenarioTitle, String caller)
   at DbUp.Tests.Common.DatabaseSupportTestsBase.VerifyJournalCreationIfNameChanged() in /_/src/Tests.Common/DatabaseSupportTestsBase.cs:line 76
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 0 in artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx

See this annotation in the file changed.

@github-actions github-actions / Tests

DbUp.ClickHouse.Tests.DatabaseSupportTests ► VerifyVariableSubstitutions

Failed test found in:
  artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx
Error:
  TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.
Raw output
TestStack.BDDfy.Processors.InconclusiveException : Exception of type 'TestStack.BDDfy.Processors.InconclusiveException' was thrown.
   at TestStack.BDDfy.Processors.ExceptionProcessor.<>c.<.cctor>b__3_0()
   at TestStack.BDDfy.Processors.ExceptionProcessor.Process(Story story)
   at TestStack.BDDfy.Engine.Run()
   at TestStack.BDDfy.BDDfyExtensions.BDDfy(Object testObject, String scenarioTitle, String caller)
   at DbUp.Tests.Common.DatabaseSupportTestsBase.VerifyVariableSubstitutions() in /_/src/Tests.Common/DatabaseSupportTestsBase.cs:line 61
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Check failure on line 0 in artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx

See this annotation in the file changed.

@github-actions github-actions / Tests

DbUp.ClickHouse.Tests.NoPublicApiChanges ► Run

Failed test found in:
  artifacts/runneradmin_fv-az653-255_2025-03-03_03_43_38.trx
Error:
  System.Exception : Could not find a diff program to use
Raw output
System.Exception : Could not find a diff program to use
   at Assent.Reporters.DiffReporter.Report(String receivedFile, String approvedFile)
   at Assent.Engine`1.RunReporter(IConfiguration`1 configuration, T recieved, String receivedFileName, String approvedFileName)
   at Assent.Engine`1.Execute(IConfiguration`1 configuration, TestMetadata metadata, T recieved)
   at Assent.Extensions.Assent(Object testFixture, String recieved, Configuration configuration, String testName, String filePath)
   at DbUp.Tests.Common.NoPublicApiChangesBase.Run() in /_/src/Tests.Common/NoPublicApiChangesBase.cs:line 40
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)