Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flaky test in smithy4s.TimestampSpec #750

Closed
daddykotex opened this issue Jan 20, 2023 · 0 comments
Closed

Flaky test in smithy4s.TimestampSpec #750

daddykotex opened this issue Jan 20, 2023 · 0 comments

Comments

@daddykotex
Copy link
Contributor

Original failure: https://github.com/disneystreaming/smithy4s/actions/runs/3971422469/jobs/6808297556

==> X smithy4s.TimestampSpec.Parse EPOCH_SECONDS format with invalid input 0.07s munit.FailException: /home/runner/work/smithy4s/smithy4s/modules/core/test/src-js/smithy4s/TimestampSpec.scala:117 assertion failed
116:      parsed match {
117:        case Some(_) => expect(EpochFormat.pattern.matcher(str).matches)
118:        case None    => expect(!EpochFormat.pattern.matcher(str).matches)

Failing seed: KG4UsJ1-XfLmd3o0aZvwe7p5BakKl5YJg10priNvq9F=
You can reproduce this failure by adding the following override to your suite:

  override val scalaCheckInitialSeed = "KG4UsJ1-XfLmd3o0aZvwe7p5BakKl5YJg10priNvq9F="

Falsified after 19 passed tests.
> ARG_0: "0\u0000"
> ARG_0_ORIGINAL: "0邑"
@Baccata Baccata closed this as completed in 1770f99 Mar 2, 2023
yisraelU pushed a commit that referenced this issue Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant