Skip to content

Commit b6be7f1

Browse files
committed
Update spec links for StaleDbVersion workaround
1 parent 710392b commit b6be7f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ private static function killAllSessions(): void
353353
* Work around potential error executing distinct on sharded clusters.
354354
*
355355
* @param array $operations
356-
* @see https://github.com/mongodb/specifications/tree/master/source/transactions/tests#why-do-tests-that-run-distinct-sometimes-fail-with-staledbversionts.
356+
* @see https://github.com/mongodb/specifications/tree/master/source/transactions/tests#why-do-tests-that-run-distinct-sometimes-fail-with-staledbversion
357357
*/
358358
private function preventStaleDbVersionError(array $operations): void
359359
{

tests/UnifiedSpecTests/UnifiedTestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ private function prepareInitialData(array $initialData): void
442442
/**
443443
* Work around potential error executing distinct on sharded clusters.
444444
*
445-
* @see https://github.com/mongodb/specifications/blob/master/source/transactions/tests/README.rst#why-do-tests-that-run-distinct-sometimes-fail-with-staledbversion
445+
* @see https://github.com/mongodb/specifications/blob/master/source/unified-test-format/unified-test-format.rst#staledbversion-errors-on-sharded-clusters
446446
*/
447447
private function preventStaleDbVersionError(array $operations, Context $context): void
448448
{

0 commit comments

Comments
 (0)