-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
testingPull requests that changes tests onlyPull requests that changes tests only
Description
Related #6600
See also #6690 (comment)
There was 1 failure:
1) CodeIgniter\Database\Live\UpsertTest::testUpsertWithMultipleSet
Failed asserting that a row in the table [user] matches the attributes
{
"email": "[email protected]",
"name": "Jarvis",
"country": "2022-10-14"
}
Found similar results: [
{
"id": "5",
"name": "Jarvis",
"email": "[email protected]",
"country": "2022-10-15",
"created_at": null,
"updated_at": null,
"deleted_at": null
}
] and 2 others.
/home/runner/work/CodeIgniter4/CodeIgniter4/system/Test/DatabaseTestTrait.php:280
/home/runner/work/CodeIgniter4/CodeIgniter4/tests/system/Database/Live/UpsertTest.php:641
phpvfscomposer:///home/runner/work/CodeIgniter4/CodeIgniter4/vendor/phpunit/phpunit/phpunit:97
https://github.com/codeigniter4/CodeIgniter4/actions/runs/3253661191/jobs/5341121215
Metadata
Metadata
Assignees
Labels
testingPull requests that changes tests onlyPull requests that changes tests only