Skip to content

scalafmt

scalafmt #18

GitHub Actions / Test Results failed Jan 30, 2024 in 0s

8 fail in 0s

8 tests  +8   0 ✅ ±0   0s ⏱️ ±0s
1 suites +1   0 💤 ±0 
1 files   +1   8 ❌ +8 

Results for commit 6729c54. ± Comparison against earlier commit cb26460.

Annotations

Check warning on line 0 in albums.challenge.SearchServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Empty search (albums.challenge.SearchServiceTest) failed

target/test-reports/TEST-albums.challenge.SearchServiceTest.xml [took 0s]
Raw output
an implementation is missing
scala.NotImplementedError: an implementation is missing
	at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344)
	at albums.challenge.SearchService.search(SearchService.scala:13)
	at albums.challenge.SearchServiceTest.$anonfun$new$1(SearchServiceTest.scala:46)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)

Check warning on line 0 in albums.challenge.SearchServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Search by general keyword (albums.challenge.SearchServiceTest) failed

target/test-reports/TEST-albums.challenge.SearchServiceTest.xml [took 0s]
Raw output
an implementation is missing
scala.NotImplementedError: an implementation is missing
	at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344)
	at albums.challenge.SearchService.search(SearchService.scala:13)
	at albums.challenge.SearchServiceTest.$anonfun$new$3(SearchServiceTest.scala:53)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)

Check warning on line 0 in albums.challenge.SearchServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Search by exact keyword (albums.challenge.SearchServiceTest) failed

target/test-reports/TEST-albums.challenge.SearchServiceTest.xml [took 0s]
Raw output
an implementation is missing
scala.NotImplementedError: an implementation is missing
	at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344)
	at albums.challenge.SearchService.search(SearchService.scala:13)
	at albums.challenge.SearchServiceTest.$anonfun$new$5(SearchServiceTest.scala:60)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)

Check warning on line 0 in albums.challenge.SearchServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Price facet generation (albums.challenge.SearchServiceTest) failed

target/test-reports/TEST-albums.challenge.SearchServiceTest.xml [took 0s]
Raw output
an implementation is missing
scala.NotImplementedError: an implementation is missing
	at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344)
	at albums.challenge.SearchService.search(SearchService.scala:13)
	at albums.challenge.SearchServiceTest.$anonfun$new$7(SearchServiceTest.scala:67)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)

Check warning on line 0 in albums.challenge.SearchServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Year facet generation (albums.challenge.SearchServiceTest) failed

target/test-reports/TEST-albums.challenge.SearchServiceTest.xml [took 0s]
Raw output
an implementation is missing
scala.NotImplementedError: an implementation is missing
	at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344)
	at albums.challenge.SearchService.search(SearchService.scala:13)
	at albums.challenge.SearchServiceTest.$anonfun$new$9(SearchServiceTest.scala:74)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)

Check warning on line 0 in albums.challenge.SearchServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Filter multiple facet values (albums.challenge.SearchServiceTest) failed

target/test-reports/TEST-albums.challenge.SearchServiceTest.xml [took 0s]
Raw output
an implementation is missing
scala.NotImplementedError: an implementation is missing
	at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344)
	at albums.challenge.SearchService.search(SearchService.scala:13)
	at albums.challenge.SearchServiceTest.$anonfun$new$11(SearchServiceTest.scala:81)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)

Check warning on line 0 in albums.challenge.SearchServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Filter multiple facets (albums.challenge.SearchServiceTest) failed

target/test-reports/TEST-albums.challenge.SearchServiceTest.xml [took 0s]
Raw output
an implementation is missing
scala.NotImplementedError: an implementation is missing
	at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344)
	at albums.challenge.SearchService.search(SearchService.scala:13)
	at albums.challenge.SearchServiceTest.$anonfun$new$15(SearchServiceTest.scala:99)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)

Check warning on line 0 in albums.challenge.SearchServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

Filter returns zero count (albums.challenge.SearchServiceTest) failed

target/test-reports/TEST-albums.challenge.SearchServiceTest.xml [took 0s]
Raw output
an implementation is missing
scala.NotImplementedError: an implementation is missing
	at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344)
	at albums.challenge.SearchService.search(SearchService.scala:13)
	at albums.challenge.SearchServiceTest.$anonfun$new$19(SearchServiceTest.scala:120)
	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

8 tests found

There are 8 tests, see "Raw output" for the full list of tests.
Raw output
albums.challenge.SearchServiceTest ‑ Empty search
albums.challenge.SearchServiceTest ‑ Filter multiple facet values
albums.challenge.SearchServiceTest ‑ Filter multiple facets
albums.challenge.SearchServiceTest ‑ Filter returns zero count
albums.challenge.SearchServiceTest ‑ Price facet generation
albums.challenge.SearchServiceTest ‑ Search by exact keyword
albums.challenge.SearchServiceTest ‑ Search by general keyword
albums.challenge.SearchServiceTest ‑ Year facet generation