Skip to content

Run unitest on ci

Run unitest on ci #32

GitHub Actions / Kata result failed Sep 2, 2024 in 0s

0 passed, 7 failed and 0 skipped

Tests failed

❌ katas/katas.sample.test/TestResults/katas.sample.test.trx

7 tests were completed in 1s with 0 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
ArrayKataTests 7❌ 16ms

❌ ArrayKataTests

❌ SampleTest([-3, -2, -1, 0],[1, 2, 3, 4],[-3, -2, -1, 0, 1, ...])
	System.NotImplementedException : The method or operation is not implemented.
❌ SampleTest([],[],[])
	System.NotImplementedException : The method or operation is not implemented.
❌ SampleTest([],[1, 2, 3, 4, 5],[1, 2, 3, 4, 5])
	System.NotImplementedException : The method or operation is not implemented.
❌ SampleTest([1, 2, 3, 4],[5, 6, 7, 8],[1, 2, 3, 4, 5, ...])
	System.NotImplementedException : The method or operation is not implemented.
❌ SampleTest([1, 2, 3],[],[1, 2, 3])
	System.NotImplementedException : The method or operation is not implemented.
❌ SampleTest([1, 3, 5, 7, 9, ...],[1, 2, 3, 4, 5, ...],[1, 2, 3, 4, 5, ...])
	System.NotImplementedException : The method or operation is not implemented.
❌ SampleTest([1, 3, 5, 7, 9],[10, 8, 6, 4, 2],[1, 2, 3, 4, 5, ...])
	System.NotImplementedException : The method or operation is not implemented.

Annotations

Check failure on line 10 in katas/Katas.Sample/ArrayKata.cs

See this annotation in the file changed.

@github-actions github-actions / Kata result

ArrayKataTests ► SampleTest([-3, -2, -1, 0],[1, 2, 3, 4],[-3, -2, -1, 0, 1, ...])

Failed test found in:
  katas/katas.sample.test/TestResults/katas.sample.test.trx
Error:
  System.NotImplementedException : The method or operation is not implemented.
Raw output
System.NotImplementedException : The method or operation is not implemented.
   at Katas.Sample.ArrayKata.MergeArrays(Int32[] arr1, Int32[] arr2) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/Katas.Sample/ArrayKata.cs:line 10
   at ArrayKataTests.SampleTest(Int32[] input1, Int32[] input2, Int32[] result) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/katas.sample.test/ArrayKataTests.cs:line 19
   at InvokeStub_ArrayKataTests.SampleTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 10 in katas/Katas.Sample/ArrayKata.cs

See this annotation in the file changed.

@github-actions github-actions / Kata result

ArrayKataTests ► SampleTest([],[],[])

Failed test found in:
  katas/katas.sample.test/TestResults/katas.sample.test.trx
Error:
  System.NotImplementedException : The method or operation is not implemented.
Raw output
System.NotImplementedException : The method or operation is not implemented.
   at Katas.Sample.ArrayKata.MergeArrays(Int32[] arr1, Int32[] arr2) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/Katas.Sample/ArrayKata.cs:line 10
   at ArrayKataTests.SampleTest(Int32[] input1, Int32[] input2, Int32[] result) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/katas.sample.test/ArrayKataTests.cs:line 19
   at InvokeStub_ArrayKataTests.SampleTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 10 in katas/Katas.Sample/ArrayKata.cs

See this annotation in the file changed.

@github-actions github-actions / Kata result

ArrayKataTests ► SampleTest([],[1, 2, 3, 4, 5],[1, 2, 3, 4, 5])

Failed test found in:
  katas/katas.sample.test/TestResults/katas.sample.test.trx
Error:
  System.NotImplementedException : The method or operation is not implemented.
Raw output
System.NotImplementedException : The method or operation is not implemented.
   at Katas.Sample.ArrayKata.MergeArrays(Int32[] arr1, Int32[] arr2) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/Katas.Sample/ArrayKata.cs:line 10
   at ArrayKataTests.SampleTest(Int32[] input1, Int32[] input2, Int32[] result) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/katas.sample.test/ArrayKataTests.cs:line 19
   at InvokeStub_ArrayKataTests.SampleTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 10 in katas/Katas.Sample/ArrayKata.cs

See this annotation in the file changed.

@github-actions github-actions / Kata result

ArrayKataTests ► SampleTest([1, 2, 3, 4],[5, 6, 7, 8],[1, 2, 3, 4, 5, ...])

Failed test found in:
  katas/katas.sample.test/TestResults/katas.sample.test.trx
Error:
  System.NotImplementedException : The method or operation is not implemented.
Raw output
System.NotImplementedException : The method or operation is not implemented.
   at Katas.Sample.ArrayKata.MergeArrays(Int32[] arr1, Int32[] arr2) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/Katas.Sample/ArrayKata.cs:line 10
   at ArrayKataTests.SampleTest(Int32[] input1, Int32[] input2, Int32[] result) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/katas.sample.test/ArrayKataTests.cs:line 19
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)

Check failure on line 10 in katas/Katas.Sample/ArrayKata.cs

See this annotation in the file changed.

@github-actions github-actions / Kata result

ArrayKataTests ► SampleTest([1, 2, 3],[],[1, 2, 3])

Failed test found in:
  katas/katas.sample.test/TestResults/katas.sample.test.trx
Error:
  System.NotImplementedException : The method or operation is not implemented.
Raw output
System.NotImplementedException : The method or operation is not implemented.
   at Katas.Sample.ArrayKata.MergeArrays(Int32[] arr1, Int32[] arr2) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/Katas.Sample/ArrayKata.cs:line 10
   at ArrayKataTests.SampleTest(Int32[] input1, Int32[] input2, Int32[] result) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/katas.sample.test/ArrayKataTests.cs:line 19
   at InvokeStub_ArrayKataTests.SampleTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 10 in katas/Katas.Sample/ArrayKata.cs

See this annotation in the file changed.

@github-actions github-actions / Kata result

ArrayKataTests ► SampleTest([1, 3, 5, 7, 9, ...],[1, 2, 3, 4, 5, ...],[1, 2, 3, 4, 5, ...])

Failed test found in:
  katas/katas.sample.test/TestResults/katas.sample.test.trx
Error:
  System.NotImplementedException : The method or operation is not implemented.
Raw output
System.NotImplementedException : The method or operation is not implemented.
   at Katas.Sample.ArrayKata.MergeArrays(Int32[] arr1, Int32[] arr2) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/Katas.Sample/ArrayKata.cs:line 10
   at ArrayKataTests.SampleTest(Int32[] input1, Int32[] input2, Int32[] result) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/katas.sample.test/ArrayKataTests.cs:line 19
   at InvokeStub_ArrayKataTests.SampleTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Check failure on line 10 in katas/Katas.Sample/ArrayKata.cs

See this annotation in the file changed.

@github-actions github-actions / Kata result

ArrayKataTests ► SampleTest([1, 3, 5, 7, 9],[10, 8, 6, 4, 2],[1, 2, 3, 4, 5, ...])

Failed test found in:
  katas/katas.sample.test/TestResults/katas.sample.test.trx
Error:
  System.NotImplementedException : The method or operation is not implemented.
Raw output
System.NotImplementedException : The method or operation is not implemented.
   at Katas.Sample.ArrayKata.MergeArrays(Int32[] arr1, Int32[] arr2) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/Katas.Sample/ArrayKata.cs:line 10
   at ArrayKataTests.SampleTest(Int32[] input1, Int32[] input2, Int32[] result) in /home/runner/work/dotnet-challenge-kata-sample/dotnet-challenge-kata-sample/katas/katas.sample.test/ArrayKataTests.cs:line 19
   at InvokeStub_ArrayKataTests.SampleTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)