Skip to content

Update dependency doctrine/annotations to v2 #1985

Update dependency doctrine/annotations to v2

Update dependency doctrine/annotations to v2 #1985

Triggered via push July 9, 2024 22:02
Status Failure
Total duration 54s
Artifacts
Generate job matrix
5s
Generate job matrix
Matrix: Check Demo Scripts
Matrix: QA Checks
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
Check Demo Scripts (locked, 8.1, ubuntu-latest)
Process completed with exit code 255.
Check Demo Scripts (locked, 8.2, ubuntu-latest)
The job was canceled because "locked_8_1_ubuntu-latest" failed.
Check Demo Scripts (locked, 8.2, ubuntu-latest)
The operation was canceled.
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...: src/DoctrineBatchUtils/BatchProcessing/SelectBatchIteratorAggregate.php#L86
Escaped Mutant for Mutator "PlusEqual": --- Original +++ New @@ @@ { $iteration = 0; foreach ($this->resultSet as $key => $value) { - $iteration += 1; + $iteration -= 1; if (is_array($value)) { $firstKey = key($value); if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) {
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...: src/DoctrineBatchUtils/BatchProcessing/SelectBatchIteratorAggregate.php#L91
Escaped Mutant for Mutator "YieldValue": --- Original +++ New @@ @@ if (is_array($value)) { $firstKey = key($value); if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) { - (yield $key => $this->reFetchObject($value[$firstKey])); + (yield $this->reFetchObject($value[$firstKey])); $this->clearBatch($iteration); continue; }
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...: src/DoctrineBatchUtils/BatchProcessing/SelectBatchIteratorAggregate.php#L93
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $firstKey = key($value); if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) { (yield $key => $this->reFetchObject($value[$firstKey])); - $this->clearBatch($iteration); + continue; } }
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...: src/DoctrineBatchUtils/BatchProcessing/SelectBatchIteratorAggregate.php#L101
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } if (!is_object($value)) { (yield $key => $value); - $this->clearBatch($iteration); + continue; } (yield $key => $this->reFetchObject($value));
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...: src/DoctrineBatchUtils/BatchProcessing/SimpleBatchIteratorAggregate.php#L83
Escaped Mutant for Mutator "PlusEqual": --- Original +++ New @@ @@ $this->entityManager->beginTransaction(); try { foreach ($this->resultSet as $key => $value) { - $iteration += 1; + $iteration -= 1; if (is_array($value)) { $firstKey = key($value); if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) {
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...: src/DoctrineBatchUtils/BatchProcessing/SimpleBatchIteratorAggregate.php#L88
Escaped Mutant for Mutator "YieldValue": --- Original +++ New @@ @@ if (is_array($value)) { $firstKey = key($value); if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) { - (yield $key => $this->reFetchObject($value[$firstKey])); + (yield $this->reFetchObject($value[$firstKey])); $this->flushAndClearBatch($iteration); continue; }
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...: src/DoctrineBatchUtils/BatchProcessing/SimpleBatchIteratorAggregate.php#L90
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $firstKey = key($value); if ($firstKey !== null && is_object($value[$firstKey]) && $value === [$firstKey => $value[$firstKey]]) { (yield $key => $this->reFetchObject($value[$firstKey])); - $this->flushAndClearBatch($iteration); + continue; } }
QA Checks (Infection [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-action@...: src/DoctrineBatchUtils/BatchProcessing/SimpleBatchIteratorAggregate.php#L98
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } if (!is_object($value)) { (yield $key => $value); - $this->flushAndClearBatch($iteration); + continue; } (yield $key => $this->reFetchObject($value));