Commit 56a5e66
update dynamic_load_error to compare error message only
Summary:
dynamic_load_error testcase simulate error during dynamic load wsenv library.
Sometime dynamic_load_error MTR will fail due to different errno: 11(EAGAIN),
```
-ERROR HY000: Can't open shared library 'librocks_object_factory.so' (errno: 0 (null))
+ERROR HY000: Can't open shared library 'librocks_object_factory.so' (errno: 11 (null))
```
update testcase to compare "Can't open shared library" only.
Reviewed By: lth
Differential Revision: D37026294
fbshipit-source-id: 5d466340a200c1a5238fb4ee02155b24f77590b61 parent d3e9cae commit 56a5e66
File tree
2 files changed
+2
-1
lines changed- mysql-test/suite/sql_wsenv
- r
- t
2 files changed
+2
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments