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

RQLite tests fail on current master #14

Closed
jasagredo opened this issue Nov 29, 2022 · 2 comments
Closed

RQLite tests fail on current master #14

jasagredo opened this issue Nov 29, 2022 · 2 comments

Comments

@jasagredo
Copy link

The failure is as follows:

Tests
  Rqlite
    parallel: 
┌┐
│ Spawn 0 1s 1s Nothing │
│ → user error (openTCPConnection: failed to connect to 172.19.0.10:4001: Network.Socket.connect: <socket: 103>: does not exist (Connection refused)) │
└┘

AnnotateC "ExceptionThrown \"user error (openTCPConnection: failed to connect to 172.19.0.10:4001: Network.Socket.connect: <socket: 103>: does not exist (Connection refused))\"" BotC

FAIL (11.65s)
      *** Failed! Falsified (after 1 test and 4 shrinks):
      ParallelCommands
        { prefix =
            Commands
              { unCommands =
                  [ Command
                      Spawn
                      0
                      1
                      s
                      1
                      s
                      Nothing
                      Resp
                      (Right (Spawned (Reference (Symbolic (Var 0)))))
                      [ Var 0 ]
                  ]
              }
        , suffixes = []
        }
      Use --quickcheck-replay=166065 to reproduce.
@stevana
Copy link
Owner

stevana commented Nov 29, 2022

Probably just a transient error related to startup, not sure if this can be made more robust. Ping @kderme

@stevana
Copy link
Owner

stevana commented Nov 15, 2023

I removed the tests in #25, because I couldn't get them to build with newer versions of GHC.

@stevana stevana closed this as completed Nov 15, 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

2 participants