SPDX-License-Identifier: MIT SPDX-License-Identifier: ISC SPDX-License-Identifier: GPL-3.0-or-later SPDX-License-Identifier: BSD-3-Clause SPDX-License-Identifier: AGPL-3.0-or-later SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0) SPDX-FileCopyrightText: inherits developers SPDX-FileCopyrightText: escape-html developers SPDX-FileCopyrightText: Varun A P SPDX-FileCopyrightText: Tobias Koppers @sokra SPDX-FileCopyrightText: T. Jameson Little SPDX-FileCopyrightText: Roman Shtylman SPDX-FileCopyrightText: Roeland Jago Douma SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors SPDX-FileCopyrightText: Matt Zabriskie SPDX-FileCopyrightText: Joyent SPDX-FileCopyrightText: Jonas Schade SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) SPDX-FileCopyrightText: Guillaume Chau SPDX-FileCopyrightText: GitHub Inc. SPDX-FileCopyrightText: Feross Aboukhadijeh SPDX-FileCopyrightText: Evan You SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 (https://cure53.de/) SPDX-FileCopyrightText: David Clark SPDX-FileCopyrightText: Christoph Wurst SPDX-FileCopyrightText: Christoph Wurst SPDX-FileCopyrightText: Anthony Fu SPDX-FileCopyrightText: Alkemics SPDX-FileCopyrightText: @nextcloud/dialogs developers This file is generated from multiple sources. Included packages: - @nextcloud/auth - version: 2.4.0 - license: GPL-3.0-or-later - @nextcloud/axios - version: 2.5.1 - license: GPL-3.0-or-later - @nextcloud/browser-storage - version: 0.4.0 - license: GPL-3.0-or-later - @nextcloud/capabilities - version: 1.2.0 - license: GPL-3.0-or-later - @nextcloud/dialogs - version: 6.1.1 - license: AGPL-3.0-or-later - semver - version: 7.6.3 - license: ISC - @nextcloud/event-bus - version: 3.3.2 - license: GPL-3.0-or-later - @nextcloud/files - version: 3.10.2 - license: AGPL-3.0-or-later - @nextcloud/initial-state - version: 2.2.0 - license: GPL-3.0-or-later - @nextcloud/l10n - version: 3.2.0 - license: GPL-3.0-or-later - @nextcloud/logger - version: 3.0.2 - license: GPL-3.0-or-later - @nextcloud/paths - version: 2.2.1 - license: GPL-3.0-or-later - @nextcloud/router - version: 3.0.1 - license: GPL-3.0-or-later - @nextcloud/sharing - version: 0.2.4 - license: GPL-3.0-or-later - @nextcloud/vue - version: 8.25.1 - license: AGPL-3.0-or-later - @vueuse/core - version: 11.3.0 - license: MIT - @vueuse/shared - version: 11.3.0 - license: MIT - axios - version: 1.9.0 - license: MIT - base64-js - version: 1.5.1 - license: MIT - cancelable-promise - version: 4.3.1 - license: MIT - css-loader - version: 7.1.2 - license: MIT - dompurify - version: 3.2.5 - license: (MPL-2.0 OR Apache-2.0) - escape-html - version: 1.0.3 - license: MIT - floating-vue - version: 1.0.0-beta.19 - license: MIT - focus-trap - version: 7.6.4 - license: MIT - ieee754 - version: 1.2.1 - license: BSD-3-Clause - buffer - version: 6.0.3 - license: MIT - inherits - version: 2.0.3 - license: ISC - util - version: 0.10.4 - license: MIT - path - version: 0.12.7 - license: MIT - process - version: 0.11.10 - license: MIT - style-loader - version: 4.0.0 - license: MIT - tabbable - version: 6.2.0 - license: MIT - toastify-js - version: 1.12.0 - license: MIT - typescript-event-target - version: 1.1.1 - license: MIT - vue-loader - version: 15.11.1 - license: MIT - vue - version: 2.7.16 - license: MIT - webpack - version: 5.99.7 - license: MIT - nextcloud - version: 1.0.0 - license: AGPL-3.0-or-later n value='allowUnderCustLink'>allowUnderCustLink Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
blob: 6215ffcb6a1e93c77d5c89f445db953ab74d9e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<?php

declare(strict_types=1);
/**
 * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OCA\User_LDAP\Tests\Migration;

use OCA\User_LDAP\Mapping\GroupMapping;
use OCA\User_LDAP\Mapping\UserMapping;
use OCA\User_LDAP\Migration\UUIDFixInsert;
use OCP\BackgroundJob\IJobList;
use OCP\IConfig;
use OCP\Migration\IOutput;
use PHPUnit\Framework\MockObject\MockObject;
use Test\TestCase;

class UUIDFixInsertTest extends TestCase {
	protected IConfig&MockObject $config;
	protected UserMapping&MockObject $userMapper;
	protected GroupMapping&MockObject $groupMapper;
	protected IJobList&MockObject $jobList;
	protected UUIDFixInsert $job;

	protected function setUp(): void {
		parent::setUp();

		$this->jobList = $this->createMock(IJobList::class);
		$this->config = $this->createMock(IConfig::class);
		$this->userMapper = $this->createMock(UserMapping::class);
		$this->groupMapper = $this->createMock(GroupMapping::class);
		$this->job = new UUIDFixInsert(
			$this->config,
			$this->userMapper,
			$this->groupMapper,
			$this->jobList
		);
	}

	public function testGetName(): void {
		$this->assertSame('Insert UUIDFix background job for user and group in batches', $this->job->getName());
	}

	public static function recordProvider(): array {
		$record = [
			'dn' => 'cn=somerecord,dc=somewhere',
			'name' => 'Something',
			'uuid' => 'AB12-3456-CDEF7-8GH9'
		];

		$userBatches = [
			0 => array_fill(0, 50, $record),
			1 => array_fill(0, 50, $record),
			2 => array_fill(0, 13, $record),
		];

		$groupBatches = [
			0 => array_fill(0, 7, $record),
		];

		return [
			['userBatches' => $userBatches, 'groupBatches' => $groupBatches]
		];
	}

	public static function recordProviderTooLongAndNone(): array {
		$record = [
			'dn' => 'cn=somerecord,dc=somewhere',
			'name' => 'Something',
			'uuid' => 'AB12-3456-CDEF7-8GH9'
		];

		$userBatches = [
			0 => array_fill(0, 50, $record),
			1 => array_fill(0, 40, $record),
			2 => array_fill(0, 32, $record),
			3 => array_fill(0, 32, $record),
			4 => array_fill(0, 23, $record),
		];

		$groupBatches = [0 => []];

		return [
			['userBatches' => $userBatches, 'groupBatches' => $groupBatches]
		];
	}

	#[\PHPUnit\Framework\Attributes\DataProvider('recordProvider')]
	public function testRun(array $userBatches, array $groupBatches): void {
		$this->config->expects($this->once())
			->method('getAppValue')
			->with('user_ldap', 'installed_version', '1.2.1')
			->willReturn('1.2.0');

		$this->userMapper->expects($this->exactly(3))
			->method('getList')
			->willReturnMap([
				[0, 50, false, $userBatches[0]],
				[50, 50, false, $userBatches[1]],
				[100, 50, false, $userBatches[2]],
			]);

		$this->groupMapper->expects($this->exactly(1))
			->method('getList')
			->with(0, 50)
			->willReturn($groupBatches[0]);

		$this->jobList->expects($this->exactly(4))
			->method('add');

		/** @var IOutput $out */
		$out = $this->createMock(IOutput::class);
		$this->job->run($out);
	}

	#[\PHPUnit\Framework\Attributes\DataProvider('recordProviderTooLongAndNone')]
	public function testRunWithManyAndNone(array $userBatches, array $groupBatches): void {
		$this->config->expects($this->once())
			->method('getAppValue')
			->with('user_ldap', 'installed_version', '1.2.1')
			->willReturn('1.2.0');

		$this->userMapper->expects($this->exactly(5))
			->method('getList')
			->willReturnMap([
				[0, 50, false, $userBatches[0]],
				[0, 40, false, $userBatches[1]],
				[0, 32, false, $userBatches[2]],
				[32, 32, false, $userBatches[3]],
				[64, 32, false, $userBatches[4]],
			]);

		$this->groupMapper->expects($this->once())
			->method('getList')
			->with(0, 50)
			->willReturn($groupBatches[0]);

		$this->jobList->expects($this->exactly(5))
			->method('add')
			->willReturnOnConsecutiveCalls(
				$this->throwException(new \InvalidArgumentException('Background job arguments can\'t exceed 4000 etc')),
				$this->throwException(new \InvalidArgumentException('Background job arguments can\'t exceed 4000 etc')),
				null,
				null,
				null,
			);

		/** @var IOutput $out */
		$out = $this->createMock(IOutput::class);
		$this->job->run($out);
	}

	public function testDonNotRun(): void {
		$this->config->expects($this->once())
			->method('getAppValue')
			->with('user_ldap', 'installed_version', '1.2.1')
			->willReturn('1.2.1');
		$this->userMapper->expects($this->never())
			->method('getList');
		$this->groupMapper->expects($this->never())
			->method('getList');
		$this->jobList->expects($this->never())
			->method('add');

		/** @var IOutput $out */
		$out = $this->createMock(IOutput::class);
		$this->job->run($out);
	}
}