Skip to content

Commit d18338e

Browse files
committed
fixup! Migrate missing primary key database check to new API
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent d990f98 commit d18338e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

core/js/tests/specs/setupchecksSpec.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ describe('OC.SetupChecks tests', function() {
279279
hasPassedCodeIntegrityCheck: true,
280280
OpcacheSetupRecommendations: [],
281281
isSettimelimitAvailable: true,
282-
missingPrimaryKeys: [],
283282
cronErrors: [],
284283
cronInfo: {
285284
diffInSeconds: 0
@@ -330,7 +329,6 @@ describe('OC.SetupChecks tests', function() {
330329
hasPassedCodeIntegrityCheck: true,
331330
OpcacheSetupRecommendations: [],
332331
isSettimelimitAvailable: true,
333-
missingPrimaryKeys: [],
334332
cronErrors: [],
335333
cronInfo: {
336334
diffInSeconds: 0
@@ -381,7 +379,6 @@ describe('OC.SetupChecks tests', function() {
381379
hasPassedCodeIntegrityCheck: true,
382380
OpcacheSetupRecommendations: [],
383381
isSettimelimitAvailable: true,
384-
missingPrimaryKeys: [],
385382
cronErrors: [],
386383
cronInfo: {
387384
diffInSeconds: 0
@@ -430,7 +427,6 @@ describe('OC.SetupChecks tests', function() {
430427
hasPassedCodeIntegrityCheck: true,
431428
OpcacheSetupRecommendations: [],
432429
isSettimelimitAvailable: true,
433-
missingPrimaryKeys: [],
434430
cronErrors: [],
435431
cronInfo: {
436432
diffInSeconds: 0
@@ -482,7 +478,6 @@ describe('OC.SetupChecks tests', function() {
482478
hasPassedCodeIntegrityCheck: true,
483479
OpcacheSetupRecommendations: [],
484480
isSettimelimitAvailable: false,
485-
missingPrimaryKeys: [],
486481
cronErrors: [],
487482
cronInfo: {
488483
diffInSeconds: 0
@@ -532,7 +527,6 @@ describe('OC.SetupChecks tests', function() {
532527
hasPassedCodeIntegrityCheck: true,
533528
OpcacheSetupRecommendations: [],
534529
isSettimelimitAvailable: true,
535-
missingPrimaryKeys: [],
536530
cronErrors: [],
537531
cronInfo: {
538532
diffInSeconds: 0
@@ -613,7 +607,6 @@ describe('OC.SetupChecks tests', function() {
613607
hasPassedCodeIntegrityCheck: true,
614608
OpcacheSetupRecommendations: [],
615609
isSettimelimitAvailable: true,
616-
missingPrimaryKeys: [],
617610
cronErrors: [],
618611
cronInfo: {
619612
diffInSeconds: 0
@@ -669,7 +662,6 @@ describe('OC.SetupChecks tests', function() {
669662
hasPassedCodeIntegrityCheck: true,
670663
OpcacheSetupRecommendations: ['recommendation1', 'recommendation2'],
671664
isSettimelimitAvailable: true,
672-
missingPrimaryKeys: [],
673665
cronErrors: [],
674666
cronInfo: {
675667
diffInSeconds: 0
@@ -718,7 +710,6 @@ describe('OC.SetupChecks tests', function() {
718710
hasPassedCodeIntegrityCheck: true,
719711
OpcacheSetupRecommendations: [],
720712
isSettimelimitAvailable: true,
721-
missingPrimaryKeys: [],
722713
cronErrors: [],
723714
cronInfo: {
724715
diffInSeconds: 0
@@ -771,7 +762,6 @@ describe('OC.SetupChecks tests', function() {
771762
hasPassedCodeIntegrityCheck: true,
772763
OpcacheSetupRecommendations: [],
773764
isSettimelimitAvailable: true,
774-
missingPrimaryKeys: [],
775765
cronErrors: [],
776766
cronInfo: {
777767
diffInSeconds: 0
@@ -821,7 +811,6 @@ describe('OC.SetupChecks tests', function() {
821811
hasPassedCodeIntegrityCheck: true,
822812
OpcacheSetupRecommendations: [],
823813
isSettimelimitAvailable: true,
824-
missingPrimaryKeys: [],
825814
cronErrors: [],
826815
cronInfo: {
827816
diffInSeconds: 0
@@ -868,7 +857,6 @@ describe('OC.SetupChecks tests', function() {
868857
hasPassedCodeIntegrityCheck: true,
869858
OpcacheSetupRecommendations: [],
870859
isSettimelimitAvailable: true,
871-
missingPrimaryKeys: [],
872860
cronErrors: [],
873861
cronInfo: {
874862
diffInSeconds: 0
@@ -918,7 +906,6 @@ describe('OC.SetupChecks tests', function() {
918906
hasPassedCodeIntegrityCheck: true,
919907
OpcacheSetupRecommendations: [],
920908
isSettimelimitAvailable: true,
921-
missingPrimaryKeys: [],
922909
cronErrors: [],
923910
cronInfo: {
924911
diffInSeconds: 0
@@ -968,7 +955,6 @@ describe('OC.SetupChecks tests', function() {
968955
hasPassedCodeIntegrityCheck: true,
969956
OpcacheSetupRecommendations: [],
970957
isSettimelimitAvailable: true,
971-
missingPrimaryKeys: [],
972958
cronErrors: [],
973959
cronInfo: {
974960
diffInSeconds: 0
@@ -1017,7 +1003,6 @@ describe('OC.SetupChecks tests', function() {
10171003
hasPassedCodeIntegrityCheck: true,
10181004
OpcacheSetupRecommendations: [],
10191005
isSettimelimitAvailable: true,
1020-
missingPrimaryKeys: [],
10211006
cronErrors: [],
10221007
cronInfo: {
10231008
diffInSeconds: 0
@@ -1073,7 +1058,6 @@ describe('OC.SetupChecks tests', function() {
10731058
hasPassedCodeIntegrityCheck: true,
10741059
OpcacheSetupRecommendations: [],
10751060
isSettimelimitAvailable: true,
1076-
missingPrimaryKeys: [],
10771061
cronErrors: [],
10781062
cronInfo: {
10791063
diffInSeconds: 0

0 commit comments

Comments
 (0)