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

Open-MSS / MSS / 10491594183
70%

Build:
DEFAULT BRANCH: develop
Ran 21 Aug 2024 02:23PM UTC
Jobs 1
Files 110
Run time 1min
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

21 Aug 2024 02:15PM UTC coverage: 70.019% (-0.01%) from 70.03%
10491594183

push

github

web-flow
Fix sequences after migrating data to PostgreSQL (#2466)

When inserting rows into PostgreSQL tables and explicitly setting values
for e.g. auto-increment columns, like the IDs, the associated sequences
aren't automatically updated. This means that without explicitly fixing
the sequences PostgreSQL would try to insert new rows with existing
values for the IDs, failing in the process due to unique constraints.

This issue doesn't affect MariaDB nor SQLite. The former automatically
updates auto-increment counters on insert, the latter simply uses the
last rows ID as a starting point.

This change also extends the tests to try adding a new user after the
migration, which should catch this kind of issue.

1 of 6 new or added lines in 1 file covered. (16.67%)

13905 of 19859 relevant lines covered (70.02%)

0.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
54.19
-0.33% mslib/mscolab/server.py
Jobs
ID Job ID Ran Files Coverage
1 10491594183.1 21 Aug 2024 02:23PM UTC 110
70.02
GitHub Action Run
Source Files on build 10491594183
  • Tree
  • List 110
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • da36488f on github
  • Prev Build on develop (#10403711965)
  • Next Build on develop (#10504076888)
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