polardbxengine/mysql-test/suite/x/r/mysqlxtest_assert.result

70 lines
870 B
Plaintext

################################################################
## Test verifies "assert" commands, in following configurations:
#
# 1. verify assert_eq command
# 2. verify assert_ne command
# 3. verify assert_gt command
# 4. verify assert_ge command
# 5. verify assert command with equal operator (==)
# 6. verify assert command with not equal operator (!=)
# 7. verify assert command with greater operator (>)
# 8. verify assert command with greater or equal operator (>=)
# 9. verify assert command with less operator (<)
# 10. verify assert command with less or equal operator (<=)
# 11. verify assert command with veriable in thrid param
# 12. verify assert command with veriable in first param
#
# 1.
#
ok
# 2.
#
ok
# 3.
#
ok
# 4.
#
ok
# 5.
#
ok
# 6.
#
ok
# 7.
#
ok
# 8.
#
ok
# 9.
#
ok
# 10.
#
ok
# 11.
#
ok
# 12.
#
ok
Mysqlx.Ok {
msg: "bye!"
}
ok