Skip to content

issues Search Results · repo:disneystreaming/weaver-test language:Scala

Filter by

108 results
 (91 ms)

108 results

indisneystreaming/weaver-test (press backspace or delete to remove)

The weaver framework seems to lack the ability to add a timeout to all tests or suites that are run. This can make it difficult to determine which test is problematic if a flaky test exists that occasionally ...
  • cholmes-axoni
  • Opened 
    10 days ago
  • #771

This does not compile: test( This does not compile ) { import io.circe.Json import io.circe.literal.json case class Wrapper(json: Json) expect(Wrapper(json {} ).json == Json.obj()) } ...
  • hoshikon
  • Opened 
    on Jan 8
  • #770

The following attached test will crash when executing, while this is a toy example it can happen if you try to compare equality on two massive objects, I managed to replicate it in a real world™ scenario ...
  • PaNaVTEC
  • Opened 
    on Aug 27, 2024
  • #760

After updating Scala from 2.13.13 to 2.13.14 I got compilation error: possible missing interpolator: detected an interpolated expression . Doesn t work: val world = World assert(s Hello, $world! .contains( ...
  • aragutskiy
  • 4
  • Opened 
    on May 15, 2024
  • #750

We had talked in person last year about surfacing documentation updates at a cadence sooner than tagged releases - I think changes would need to be made to the CI GHA file, allowing the step to trigger ...
  • mcanlas
  • 1
  • Opened 
    on Mar 26, 2024
  • #738

package demo import cats.effect.IO import weaver._ object DemoTest extends SimpleIOSuite { test( this should fail rather than hang ) { IO.unit * IO.raiseError(new Throwable( woop woop )).as(success) ...
  • kubukoz
  • Opened 
    on Jan 24, 2024
  • #724

Would it be possible to have the tests results written as json? This would make tooling integration much simpler
  • caenrique
  • 4
  • Opened 
    on Nov 20, 2023
  • #716

I found a strange issue with weaver around initialization... or at least that is what I think. It is a bit involved but hopefully, I can provide enough info for someone to take a look. // First, we need ...
  • BalmungSan
  • 2
  • Opened 
    on Sep 29, 2023
  • #705

The following code in mdoc on Scala 3 fails to compile: import cats.effect.* import weaver.* object MySuite extends SimpleIOSuite { val randomUUID = IO(java.util.UUID.randomUUID()) // A test for ...
  • zainab-ali
  • 1
  • Opened 
    on Sep 27, 2023
  • #703

The problem The fs2 socket operations either hang or fail when using weaver-test on Scala Native. I have a library that uses fs2 socket to open a TCP connection (without TLS!) with a remote server. Recently ...
  • iRevive
  • 3
  • Opened 
    on Sep 18, 2023
  • #700
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub