#25-fix-64bit-values #26

Open
Little Fluffy Clouds wants to merge 3 commits from lfclouds/baza:#25-fix-64bit-values into stable
First-time contributor

Fixes #25

Incorrectly spelled words and wrong verb tenses are also fixed. Editorconfig additions for more comfortable collaboration
+Test coverage

Successfully integrated into deeproots in this commit

test.log

Started testing


[1] Deleted deprecated database
[2] Initialized the database
[3] Initialized the record
[4][1][SUCCESS]["name"] Expected: "Arsen" (string). Actual: "Arsen" (string)
[4][2][SUCCESS]["second_name"] Expected: "Mirzaev" (string). Actual: "Mirzaev" (string)
[4][3][SUCCESS]["age"] Expected: "24" (integer). Actual: "24" (integer)
[4][4][SUCCESS]["height"] Expected: "165.5" (double). Actual: "165.5" (double)
[4][5][SUCCESS]["neuron_count"] Expected: "91000000000" (integer). Actual: "91000000000" (integer)
[4][6][SUCCESS]["motivation"] Expected: "1.7976931348623E+238" (double). Actual: "1.7976931348623E+238" (double)
[4][7][SUCCESS]["reputation"] Expected: "7355608" (integer). Actual: "7355608" (integer)
[4][8][SUCCESS]["active"] Expected: "1" (integer). Actual: "1" (integer)
[4] The record parameters checks have been completed
[5] Wrote the record into the database
[6] Initialized the record
[7] Wrote the record into the database
[8] Initialized the record
[9] Wrote the record into the database
[10] Read all records from the database
[11][1][SUCCESS][type of returned value] Expected: "array". Actual: "array"
[11][2][SUCCESS][amount of read records] Expected: 3 records. Actual: 3 records
[11][3][SUCCESS][type of read values] Expected: "object". Actual: "object"
[11][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record"
[11][5][SUCCESS]["neuron_count"] Expected: "91000000000" (integer). Actual: "91000000000" (integer)
[11] The read all records checks have been completed
[12] Read the first record from the database
[13][1][SUCCESS][type of returned value] Expected: "array". Actual: "array"
[13][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records
[13][3][SUCCESS][type of read values] Expected: "object". Actual: "object"
[13][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record"
[13][5][SUCCESS]["second_name"] Expected: "Mirzaev" (string). Actual: "Mirzaev" (string)
[13][6][SUCCESS]["neuron_count"] Expected: "91000000000" (integer). Actual: "91000000000" (integer)
[13] The read first record checks have been completed
[14] Read the second record from the database
[15][1][SUCCESS][type of returned value] Expected: "array". Actual: "array"
[15][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records
[15][3][SUCCESS][type of read values] Expected: "object". Actual: "object"
[15][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record"
[15][5][SUCCESS]["second_name"] Expected: "Ivanov" (string). Actual: "Ivanov" (string)
[15][6][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double)
[15][7][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer)
[15] The read second record checks have been completed
[16] Read the record from the database by filter
[17][1][SUCCESS][type of returned value] Expected: "array". Actual: "array"
[17][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records
[17][3][SUCCESS][type of read values] Expected: "object". Actual: "object"
[17][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record"
[17][5][SUCCESS]["second_name"] Expected: "Ivanov" (string). Actual: "Ivanov" (string)
[17][6][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double)
[17][7][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer)
[17] The read record by filter checks have been completed
[18] Read the record from the database by filter with amount limit
[19][1][SUCCESS][type of returned value] Expected: "array". Actual: "array"
[19][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records
[19][3][SUCCESS][type of read values] Expected: "object". Actual: "object"
[19][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record"
[19][5][SUCCESS]["age"] Expected: "24" (integer). Actual: "24" (integer)
[19][6][SUCCESS]["second_name"] Expected: "Mirzaev" (string). Actual: "Mirzaev" (string)
[19][7][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double)
[19][8][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer)
[19] The read record by filter with amount limit checks have been completed
[20] Read the record from the database by filter with amount limit and offset
[21][1][SUCCESS][type of returned value] Expected: "array". Actual: "array"
[21][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records
[21][3][SUCCESS][type of read values] Expected: "object". Actual: "object"
[21][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record"
[21][5][SUCCESS]["age"] Expected: "24" (integer). Actual: "24" (integer)
[21][6][SUCCESS]["second_name"] Expected: "Ivanov" (string). Actual: "Ivanov" (string)
[21][7][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double)
[21][8][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer)
[21] The read record by filter with amount limit and offset checks have been completed
[22] Deleted the record from the database by filter
[23] Read records from the database after deleting the record
[24][1][SUCCESS][type of returned value] Expected: "array". Actual: "array"
[24][2][SUCCESS][amount of deleted records] Expected: 1 records. Actual: 1 records
[24][3][SUCCESS][type of read values] Expected: "object". Actual: "object"
[24][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record"
[24][5][SUCCESS]["name"] Expected: "Ivan" (string). Actual: "Ivanov" (string)
[24][6][SUCCESS][amount of read records after deleting] Expected: 2 records. Actual: 2 records
[24][7][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double)
[24][8][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer)
[24] The deleted record by filter checks have been completed
[25] Updated the record in the database by filter
[26] Read records from the database after updating the record
[27][1][SUCCESS][type of returned value] Expected: "array". Actual: "array"
[27][2][SUCCESS][amount of updated records] Expected: 1 records. Actual: 1 records
[27][3][SUCCESS][type of read values] Expected: "object". Actual: "object"
[27][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record"
[27][5][SUCCESS]["height"] Expected: "165.5" (double). Actual: "165.5" (double)
[27][6][SUCCESS][amount of read records after updating] Expected: 2 records. Actual: 2 records
[27][7][SUCCESS] Height from `update` process response matched height from the `read` preocess response
[27][8][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double)
[27][9][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer)
[27] The updated record by filter checks have been completed


Completed testing
php record.php  0.01s user 0.02s system 88% cpu 0.036 total

Size: 399
Base raw: ArsenMirzaev%C0�f5�fqp<�MargaritaEsenina%C�`d@
Fixes #25 Incorrectly spelled words and wrong verb tenses are also fixed. Editorconfig additions for more comfortable collaboration +Test coverage Successfully integrated into deeproots in this [commit](https://git.svoboda.works/deeproots/deeproots_bot/commit/8147d2a3bf58ff1108955fdfe013156efe444b35) test.log ``` Started testing [1] Deleted deprecated database [2] Initialized the database [3] Initialized the record [4][1][SUCCESS]["name"] Expected: "Arsen" (string). Actual: "Arsen" (string) [4][2][SUCCESS]["second_name"] Expected: "Mirzaev" (string). Actual: "Mirzaev" (string) [4][3][SUCCESS]["age"] Expected: "24" (integer). Actual: "24" (integer) [4][4][SUCCESS]["height"] Expected: "165.5" (double). Actual: "165.5" (double) [4][5][SUCCESS]["neuron_count"] Expected: "91000000000" (integer). Actual: "91000000000" (integer) [4][6][SUCCESS]["motivation"] Expected: "1.7976931348623E+238" (double). Actual: "1.7976931348623E+238" (double) [4][7][SUCCESS]["reputation"] Expected: "7355608" (integer). Actual: "7355608" (integer) [4][8][SUCCESS]["active"] Expected: "1" (integer). Actual: "1" (integer) [4] The record parameters checks have been completed [5] Wrote the record into the database [6] Initialized the record [7] Wrote the record into the database [8] Initialized the record [9] Wrote the record into the database [10] Read all records from the database [11][1][SUCCESS][type of returned value] Expected: "array". Actual: "array" [11][2][SUCCESS][amount of read records] Expected: 3 records. Actual: 3 records [11][3][SUCCESS][type of read values] Expected: "object". Actual: "object" [11][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record" [11][5][SUCCESS]["neuron_count"] Expected: "91000000000" (integer). Actual: "91000000000" (integer) [11] The read all records checks have been completed [12] Read the first record from the database [13][1][SUCCESS][type of returned value] Expected: "array". Actual: "array" [13][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records [13][3][SUCCESS][type of read values] Expected: "object". Actual: "object" [13][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record" [13][5][SUCCESS]["second_name"] Expected: "Mirzaev" (string). Actual: "Mirzaev" (string) [13][6][SUCCESS]["neuron_count"] Expected: "91000000000" (integer). Actual: "91000000000" (integer) [13] The read first record checks have been completed [14] Read the second record from the database [15][1][SUCCESS][type of returned value] Expected: "array". Actual: "array" [15][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records [15][3][SUCCESS][type of read values] Expected: "object". Actual: "object" [15][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record" [15][5][SUCCESS]["second_name"] Expected: "Ivanov" (string). Actual: "Ivanov" (string) [15][6][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double) [15][7][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer) [15] The read second record checks have been completed [16] Read the record from the database by filter [17][1][SUCCESS][type of returned value] Expected: "array". Actual: "array" [17][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records [17][3][SUCCESS][type of read values] Expected: "object". Actual: "object" [17][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record" [17][5][SUCCESS]["second_name"] Expected: "Ivanov" (string). Actual: "Ivanov" (string) [17][6][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double) [17][7][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer) [17] The read record by filter checks have been completed [18] Read the record from the database by filter with amount limit [19][1][SUCCESS][type of returned value] Expected: "array". Actual: "array" [19][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records [19][3][SUCCESS][type of read values] Expected: "object". Actual: "object" [19][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record" [19][5][SUCCESS]["age"] Expected: "24" (integer). Actual: "24" (integer) [19][6][SUCCESS]["second_name"] Expected: "Mirzaev" (string). Actual: "Mirzaev" (string) [19][7][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double) [19][8][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer) [19] The read record by filter with amount limit checks have been completed [20] Read the record from the database by filter with amount limit and offset [21][1][SUCCESS][type of returned value] Expected: "array". Actual: "array" [21][2][SUCCESS][amount of read records] Expected: 1 records. Actual: 1 records [21][3][SUCCESS][type of read values] Expected: "object". Actual: "object" [21][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record" [21][5][SUCCESS]["age"] Expected: "24" (integer). Actual: "24" (integer) [21][6][SUCCESS]["second_name"] Expected: "Ivanov" (string). Actual: "Ivanov" (string) [21][7][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double) [21][8][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer) [21] The read record by filter with amount limit and offset checks have been completed [22] Deleted the record from the database by filter [23] Read records from the database after deleting the record [24][1][SUCCESS][type of returned value] Expected: "array". Actual: "array" [24][2][SUCCESS][amount of deleted records] Expected: 1 records. Actual: 1 records [24][3][SUCCESS][type of read values] Expected: "object". Actual: "object" [24][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record" [24][5][SUCCESS]["name"] Expected: "Ivan" (string). Actual: "Ivanov" (string) [24][6][SUCCESS][amount of read records after deleting] Expected: 2 records. Actual: 2 records [24][7][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double) [24][8][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer) [24] The deleted record by filter checks have been completed [25] Updated the record in the database by filter [26] Read records from the database after updating the record [27][1][SUCCESS][type of returned value] Expected: "array". Actual: "array" [27][2][SUCCESS][amount of updated records] Expected: 1 records. Actual: 1 records [27][3][SUCCESS][type of read values] Expected: "object". Actual: "object" [27][4][SUCCESS][class of read object values] Expected: "mirzaev\baza\record". Actual: "mirzaev\baza\record" [27][5][SUCCESS]["height"] Expected: "165.5" (double). Actual: "165.5" (double) [27][6][SUCCESS][amount of read records after updating] Expected: 2 records. Actual: 2 records [27][7][SUCCESS] Height from `update` process response matched height from the `read` preocess response [27][8][SUCCESS]["motivation"] Expected: "2.2250738585072E-308" (double). Actual: "2.2250738585072E-308" (double) [27][9][SUCCESS]["reputation"] Expected: "-9223372036854775808" (integer). Actual: "-9223372036854775808" (integer) [27] The updated record by filter checks have been completed Completed testing php record.php 0.01s user 0.02s system 88% cpu 0.036 total Size: 399 Base raw: ArsenMirzaev%C0�f5�fqp<�MargaritaEsenina%C�`d@ ```
Little Fluffy Clouds added 3 commits 2025-07-12 04:27:31 +07:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u #25-fix-64bit-values:lfclouds-#25-fix-64bit-values
git checkout lfclouds-#25-fix-64bit-values

Merge

Merge the changes and update on Gitea.
git checkout stable
git merge --no-ff lfclouds-#25-fix-64bit-values
git checkout stable
git merge --ff-only lfclouds-#25-fix-64bit-values
git checkout lfclouds-#25-fix-64bit-values
git rebase stable
git checkout stable
git merge --no-ff lfclouds-#25-fix-64bit-values
git checkout stable
git merge --squash lfclouds-#25-fix-64bit-values
git checkout stable
git merge lfclouds-#25-fix-64bit-values
git push origin stable
Sign in to join this conversation.
No description provided.