• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 5311022285
88%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2023 11:09AM UTC
Jobs 1
Files 488
Run time 22s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jun 2023 10:59AM UTC coverage: 85.94% (-0.01%) from 85.954%
5311022285

push

github

sergepetrenko
limbo: set user for triggers on sync transaction

Commit/rollback triggers are run asynchronously, upon receiving the
write status from WAL. We can't run them in the original fiber that
submitted the WAL request, because it would open a time window between
writing a transaction to WAL and committing it in tx, which could lead
to violating the cascading rolback principles. As a result,
commit/rollback triggers run with admin privileges.

The issue was already solved for confirming async transaction, but
session and user are still not correct, when the transaction is
confirmed by the limbo. Let's fix this issue by temporarily setting
session and credentials to the original fiberfor running
commit/rollback triggers.

Closes #8742

NO_DOC=bugfix

63417 of 115897 branches covered (54.72%)

95088 of 110644 relevant lines covered (85.94%)

2814170.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5311022285.1 19 Jun 2023 11:09AM UTC 0
85.94
GitHub Action Run
Source Files on build 5311022285
Detailed source file information is not available for this build.
  • Back to Repo
  • 8cd0cd09 on github
  • Prev Build on master (#5308449509)
  • Next Build on master (#5311212444)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc