test_vertices_index_and_data_consistency_check failed due to result mismatch. #4613
Labels
affects/none
PR/issue: this bug affects none version.
priority/low-pri
Priority: low
process/done
Process of bug
severity/minor
Severity of bug
transactional_issues
Issues or bugs related to transactions or the lack of support for transaction.
type/bug/correctness
Query runs normaly but produces wrong results.
type/bug
Type: something is unexpected
Milestone
In this case, there is a single insert statement with multiple vertices sharing the same VID. The idea is supposed for the later inserts to overwirte previous ones on the same VID. If it happens so, only
"li":("li", 16)
would be selected by the following LOOKUP query. However, in the above case,"zhang":("zhang", 39)
is returned.I think this is a failed case caused by the lack of support for transactions.
The text was updated successfully, but these errors were encountered: