Tests - operation in Hive - mixed limit order create operation and limit order create2 operation
Operations: limit_order_create_operation, // 5 and limit_order_create2_operation, // 21
The operations limit_order_create_operation and limit_order_create2_operation may matched together, so it requires additional tests. To keep it easy to manage and implement we can reuse the tests from #485 (closed), but create based on them two suite:
- the first one: the main operation in the test is
limit_order_create_operationand the operations in the preconditions or additional steps arelimit_order_create2_operation. - the second one: the main operation in the test is
limit_order_create2_operationand the operations in the preconditions or additional steps arelimit_order_create_operation.
Edited by Aleksandra Grabowska