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

katip-elasticsearch tests fail on Windows #115

Open
coot opened this issue Oct 7, 2019 · 2 comments
Open

katip-elasticsearch tests fail on Windows #115

coot opened this issue Oct 7, 2019 · 2 comments

Comments

@coot
Copy link
Contributor

coot commented Oct 7, 2019

katip-elasticsearch
  elasticsearch scribe
    it flushes to elasticsearch:                     FAIL
      Exception: HttpExceptionRequest Request {
        host                 = "localhost"
        port                 = 9200
        secure               = False
        requestHeaders       = []
        path                 = "/katip-elasticsearch-tests*"
        queryString          = ""
        method               = "DELETE"
        proxy                = Nothing
        rawBody              = False
        redirectCount        = 10
        responseTimeout      = ResponseTimeoutDefault
        requestVersion       = HTTP/1.1
      }
       (ConnectionFailure Network.Socket.connect: <socket: 668>: failed (Connection refused (WSAECON
NREFUSED)))
    can set up twice with no sharding:               FAIL
      Exception: HttpExceptionRequest Request {
        host                 = "localhost"
        port                 = 9200
        secure               = False
        requestHeaders       = []
        path                 = "/katip-elasticsearch-tests*"
        queryString          = ""
        method               = "DELETE"
        proxy                = Nothing
        rawBody              = False
        redirectCount        = 10
        responseTimeout      = ResponseTimeoutDefault
        requestVersion       = HTTP/1.1
      }
       (ConnectionFailure Network.Socket.connect: <socket: 668>: failed (Connection refused (WSAECON
NREFUSED)))
    can set up twice with sharding:                  FAIL
      Exception: HttpExceptionRequest Request {
        host                 = "localhost"
        port                 = 9200
        secure               = False
        requestHeaders       = []
        path                 = "/katip-elasticsearch-tests*"
        queryString          = ""
        method               = "DELETE"
        proxy                = Nothing
        rawBody              = False
        redirectCount        = 10
        responseTimeout      = ResponseTimeoutDefault
        requestVersion       = HTTP/1.1
      }
       (ConnectionFailure Network.Socket.connect: <socket: 668>: failed (Connection refused (WSAECON
NREFUSED)))
    date-based index sharding:                       FAIL
      Exception: HttpExceptionRequest Request {
        host                 = "localhost"
        port                 = 9200
        secure               = False
        requestHeaders       = []
        path                 = "/katip-elasticsearch-tests*"
        queryString          = ""
        method               = "DELETE"
        proxy                = Nothing
        rawBody              = False
        redirectCount        = 10
        responseTimeout      = ResponseTimeoutDefault
        requestVersion       = HTTP/1.1
      }
       (ConnectionFailure Network.Socket.connect: <socket: 672>: failed (Connection refused (WSAECON
NREFUSED)))
    weekly index sharding rounds to previous sunday: FAIL
      Exception: HttpExceptionRequest Request {
        host                 = "localhost"
        port                 = 9200
        secure               = False
        requestHeaders       = []
        path                 = "/katip-elasticsearch-tests*"
        queryString          = ""
        method               = "DELETE"
        proxy                = Nothing
        rawBody              = False
        redirectCount        = 10
        responseTimeout      = ResponseTimeoutDefault
        requestVersion       = HTTP/1.1
      }
       (ConnectionFailure Network.Socket.connect: <socket: 672>: failed (Connection refused (WSAECON
NREFUSED)))
@coot
Copy link
Contributor Author

coot commented Oct 7, 2019

This breaks before and after applying #114.

@MichaelXavier
Copy link
Collaborator

I'd of course accept a PR that fixes this issue, but I don't work on windows.

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