Skip to content

convex.test.net tests are failing because requestStatus is wrong #32

Description

@jeroenvandijk

From https://github.com/Convex-Dev/convex.cljc/blob/main/module/net/src/test/clj/convex/test/net.clj#L273-L274

Following is failing

($.client/state client)

This calls .acquireState

This fails because RequestStatus() doesn't return a hash?

 Caused by convex.core.exceptions.ResultException
   Error result (:FORMAT) : Bad status response from Peer

         ConvexRemote.java:  213  convex.api.ConvexRemote/lambda$acquireState$0

Here https://github.com/Convex-Dev/convex/blob/develop/convex-peer/src/main/java/convex/api/ConvexRemote.java#L210-L214

Not sure what is wrong.

CI run here

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions