Skip to content

Commit

Permalink
tests/upgrade: Temporarily excempt user_oidc app
Browse files Browse the repository at this point in the history
Since the last round of Nextcloud major version upgrades in
dcd16d1, the user_oidc app now fails to
install with the following error:

  Column name "oc_user_oidc"."display_name" is NotNull, but has empty
  string or null as default.

This very message is the result of a new exception introduced[1] in
Nextcloud 19.0.4.2.

I also submitted an upstream issue[2] for the user_oidc app and added an
assertion on the version, so that we can re-enable the app for testing.

[1]: nextcloud/server#22652
[2]: nextcloud/user_oidc#90

Signed-off-by: aszlig <[email protected]>
  • Loading branch information
aszlig committed Oct 10, 2020
1 parent dcd16d1 commit 69dfd84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/upgrade.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ import ./make-test.nix (pkgs: {
# https://github.com/nextcloud/officeonline/pull/6
(assert nc19apps.officeonline.version == "1.0.0"; "officeonline")

# https://github.com/nextcloud/user_oidc/issues/90
(assert nc19apps.user_oidc.version == "0.2.1"; "user_oidc")

# These apps have non-deterministic download URLs
"occweb"
"quicknotes"
Expand Down

0 comments on commit 69dfd84

Please sign in to comment.