Skip to content

Fix junit logging#1475

Merged
alcaeus merged 1 commit intomongodb:v1.xfrom
alcaeus:fix-junit-logging
Oct 2, 2024
Merged

Fix junit logging#1475
alcaeus merged 1 commit intomongodb:v1.xfrom
alcaeus:fix-junit-logging

Conversation

@alcaeus
Copy link
Member

@alcaeus alcaeus commented Oct 2, 2024

PHPUnit 10 has a different configuration format to enable junit logging, which was missed in #1412. As a result, Evergreen no longer shows the full list of tests. This PR fixes the wrong configuration.

@alcaeus alcaeus requested a review from GromNaN October 2, 2024 08:33
@alcaeus alcaeus requested a review from a team as a code owner October 2, 2024 08:33
@alcaeus alcaeus enabled auto-merge (squash) October 2, 2024 08:54
@alcaeus alcaeus merged commit a8db4b6 into mongodb:v1.x Oct 2, 2024
@alcaeus alcaeus deleted the fix-junit-logging branch October 2, 2024 09:02
alcaeus added a commit that referenced this pull request Oct 16, 2024
* v1.x: (101 commits)
  PHPLIB-1541: Include specs repository as a submodule (#1429)
  PHPLIB-1548 Inherit `typeMap` option in `Collection::listSearchIndexes()` (#1482)
  Fix array shape for `Collection::listSearchIndex($options)` (#1480)
  PHPLIB-1545: Deprecate CreateCollection flags option and related constants (#1477)
  Fix junit logging (#1475)
  Deprecate typeMap on operations without meaningful result (#1473)
  PHPLIB-1369 Upgrade to PHPUnit 10 (#1412)
  Higher phpunit version required (#1463)
  Fix deprecations in tests (#1458)
  Deprecate functionality to be removed (#1441)
  Expect BulkWriteException (#1455)
  Merge v1.20 into v1.x (#1447)
  PHPLIB-1525 Removes dependency to Symfony PHPUnit bridge (#1413)
  Change deprecated assertObjectHasAttribute to assertObjectHasProperty (#1432)
  Performance: Keep collections and indexes between GridFS tests (#1421)
  Add final annotations to non-internal Operation classes (#1410)
  Fix types accepted by $round (#1401)
  Replace arrayHasKey with assertArrayHasKey in tests (#1403)
  PHPLIB-1514 Make data providers static (#1404)
  PHPLIB-1515 Replace assertObjectHasAttribute with assertObjectHasProperty (#1405)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants