Skip to content

✅ E2E for AsyncScheduler were relying on changing data #630

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

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Jun 15, 2020

Why is this PR for?

The E2E tests written for AsyncScheduler were relying on changing data. They failed as soon as we updated the targeted versions of node, ts... (see branch next-1_25_1)

See:

      Received: 1
          at propertyValidator (C:\dev\fast-check\test\e2e\AsyncScheduler.spec.ts:152:21)
          at processTicksAndRejections (internal/process/task_queues.js:93:5)
          at AsyncProperty.run (C:\dev\fast-check\src\check\property\AsyncProperty.generic.ts:31:22)
          at asyncRunIt (C:\dev\fast-check\src\check\runner\Runner.ts:44:17)
    -     at Object.<anonymous> (C:\dev\fast-check\test\e2e\AsyncScheduler.spec.ts:155:17)
    +     at Object.<anonymous> (C:\dev\fast-check\test\e2e\AsyncScheduler.spec.ts:169:22)

In a nutshell

❌ New feature
✔️ Fix an issue
❌ Documentation improvement
❌ Other: please explain

(✔️: yes, ❌: no)

Potential impacts

None

See:
```
      Received: 1
          at propertyValidator (C:\dev\fast-check\test\e2e\AsyncScheduler.spec.ts:152:21)
          at processTicksAndRejections (internal/process/task_queues.js:93:5)
          at AsyncProperty.run (C:\dev\fast-check\src\check\property\AsyncProperty.generic.ts:31:22)
          at asyncRunIt (C:\dev\fast-check\src\check\runner\Runner.ts:44:17)
    -     at Object.<anonymous> (C:\dev\fast-check\test\e2e\AsyncScheduler.spec.ts:155:17)
    +     at Object.<anonymous> (C:\dev\fast-check\test\e2e\AsyncScheduler.spec.ts:169:22)
```
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 6234167:

Sandbox Source
pedantic-neumann-dx069 Configuration
tender-mcclintock-z7sov Configuration

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.741% when pulling 6234167 on fix/e2e-asyncscheduler into 0a9ac88 on master.

@dubzzz dubzzz merged commit 0817607 into master Jun 15, 2020
@dubzzz dubzzz deleted the fix/e2e-asyncscheduler branch June 15, 2020 21:00
larrybotha added a commit to larrybotha/fast-check that referenced this pull request Jun 16, 2020
* master:
  ✅ E2E for AsyncScheduler were relying on changing data (dubzzz#630)
  ⬆️ Bump rollup from 2.15.0 to 2.16.1 (dubzzz#628)
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

Successfully merging this pull request may close these issues.

None yet

2 participants