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

org.enso.languageserver.websocket.json.LibrariesTest failing #9195

Closed
Tracked by #7775
mwu-tow opened this issue Feb 26, 2024 · 1 comment
Closed
Tracked by #7775

org.enso.languageserver.websocket.json.LibrariesTest failing #9195

mwu-tow opened this issue Feb 26, 2024 · 1 comment
Assignees
Labels
-ci -language-server -tooling Category: tooling p-low Low priority

Comments

@mwu-tow
Copy link
Contributor

mwu-tow commented Feb 26, 2024

The following CI run has failed:

- should return LibraryNotFound error when getting the metadata of unknown library *** FAILED *** (10 seconds, 56 milliseconds)
  Right({
    "jsonrpc" : "2.0",
    "id" : 0,
    "error" : {
      "code" : 11,
      "message" : "Request timeout"
    }
  }) did not equal Right({
    "jsonrpc" : "2.0",
    "id" : 0,
    "error" : {
      "code" : 8007,
      "message" : "Local library [user.Get_Package_Unknown] has not been found."
    }
  }) (LibrariesTest.scala:278)
  Analysis:
  Right(value: Json$JObject(value: object[jsonrpc -> "2.0",id -> 0,error -> {
  "code" : 11,
  "message" : "Request timeout"
}] -> object[jsonrpc -> "2.0",id -> 0,error -> {
  "code" : 8007,
  "message" : "Local library [user.Get_Package_Unknown] has not been found."
}]))

The full log archive.

@mwu-tow mwu-tow added -tooling Category: tooling -ci -libs Libraries: New libraries to be implemented labels Feb 26, 2024
@AdRiley AdRiley added -language-server and removed -libs Libraries: New libraries to be implemented labels Mar 6, 2024
@JaroslavTulach JaroslavTulach moved this from ❓New to 📤 Backlog in Issues Board Mar 12, 2024
@JaroslavTulach JaroslavTulach added the p-low Low priority label Mar 12, 2024
@JaroslavTulach JaroslavTulach moved this from 📤 Backlog to ❓New in Issues Board Mar 12, 2024
@JaroslavTulach
Copy link
Member

Are there anymore complains? No. Closing.

@github-project-automation github-project-automation bot moved this from ❓New to 🟢 Accepted in Issues Board Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-ci -language-server -tooling Category: tooling p-low Low priority
Projects
Archived in project
Development

No branches or pull requests

4 participants