Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix tasty rerun #570

Merged
merged 5 commits into from
Nov 5, 2020
Merged

Fix tasty rerun #570

merged 5 commits into from
Nov 5, 2020

Conversation

jneira
Copy link
Member

@jneira jneira commented Nov 5, 2020

  • Fix stack.yaml extra-deps
  • Add default stack.yaml to circleci, to prevent more breakages
  • Fix tasty --rerun separating func-test from wrapper-test
    • wrapper-test is the last suite and it was updating .tasty-rerun-log, marking it as all green, so the next execution was executing all tests again always

@jneira jneira requested review from alanz and lukel97 November 5, 2020 07:03
Copy link
Collaborator

@alanz alanz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I see there is still a failing test, for circleci nix.

@jneira
Copy link
Member Author

jneira commented Nov 5, 2020

@alanz yeah ghc-lib is too big for it, it is being thrown in all branches:

cabal: Failed to build ghc-lib-parser-8.10.2.20200916 (which is required by
test:func-test from haskell-language-server-0.5.1.0). The build process was
killed (i.e. SIGKILL). The typical reason for this is that there is not enough
memory available (e.g. the OS killed a process using lots of memory).

i think retry the build will make it work, as the cache will make consume it less memory

@jneira
Copy link
Member Author

jneira commented Nov 5, 2020

seriously, i hate computers, and i hate them more the further they are from me physically

@jneira jneira merged commit 05ee76d into haskell:master Nov 5, 2020
@jneira jneira deleted the fix-rerun branch January 15, 2021 06:55
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants