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

Limit missing primary key fail to new tables and comment out for now #31580

Merged
merged 2 commits into from
Mar 22, 2022

Conversation

nickvergessen
Copy link
Member

This will work on CI so devs notice it when they install the app for testing,
and at the same time existing faulty tables don't break the upgrade to 24

Regression from #31513

@nickvergessen nickvergessen added this to the Nextcloud 24 milestone Mar 15, 2022
@nickvergessen nickvergessen changed the title Limit missing primary key fail to new tables Limit missing primary key fail to new tables and comment out for now Mar 16, 2022
@nickvergessen
Copy link
Member Author

Reasons to disable for now:

  • occ db:add-missing-primarykeys can't fix it before the upgrade is run
  • e2ee fails
  • circles fails

@nickvergessen
Copy link
Member Author

cc @PVince81 lets disable for now

Copy link
Member

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

This will work on CI so devs notice it when they install the app for testing,
and at the same time existing faulty tables don't break the upgrade to 24

Signed-off-by: Joas Schilling <[email protected]>
@nickvergessen
Copy link
Member Author

Rebased as the PR was broken after Carl rebased when github had issues last week

@PVince81 PVince81 merged commit acfa546 into master Mar 22, 2022
@PVince81 PVince81 deleted the nickvergessen-patch-2 branch March 22, 2022 09:58
@come-nc
Copy link
Contributor

come-nc commented Mar 22, 2022

@nickvergessen This broke the CI, the nodb drone step won’t pass:

There was 1 failure:

1) Test\DB\MigrationsTest::testEnsureOracleConstraintsNoPrimaryKey
Failed asserting that exception of type "InvalidArgumentException" is thrown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants