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

JMAP: setMailboxes does not do (topological) sort of creations #83

Closed
rjbs opened this issue Dec 7, 2016 · 1 comment
Closed

JMAP: setMailboxes does not do (topological) sort of creations #83

rjbs opened this issue Dec 7, 2016 · 1 comment
Labels
3.0 affects 3.0 jmap affects the jmap implementation

Comments

@rjbs
Copy link
Collaborator

rjbs commented Dec 7, 2016

I issue creates to setMailboxes like this:

{ x: { name: "foo" }, y: { name: "bar", parentId: "#x" } }

...and I get inconsistent results. I feel fairly certain that this is an ordering issue. If it tries to create y first, it fails because #x can't be resolved.

@elliefm elliefm added 3.0 affects 3.0 jmap affects the jmap implementation labels Dec 7, 2016
@brong
Copy link
Member

brong commented Dec 27, 2016

Fixed for setMailboxes particularly

@brong brong closed this as completed Dec 27, 2016
elliefm added a commit that referenced this issue Nov 16, 2021
…-dir

JMAPTestSuite: Don't override search/data partitions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 affects 3.0 jmap affects the jmap implementation
Projects
None yet
Development

No branches or pull requests

3 participants