Skip to content

Transaction timeout not preventing DB calls #129

@doorty

Description

@doorty

I'm following the loopback transaction doc: https://docs.strongloop.com/display/public/LB/Using+database+transactions

  1. I set a short timeout for testing purposes.
  2. After the timeout, the DB calls continue to complete successfully, no errors. I can confirm that create/update were stored in DB.
  3. I then call transaction.commit, which returns an error of an empty object, {}
  4. But the DB still has all the records as if the timeout didn't happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions