[MDEV-33374] main.mysql_connector_net fails on new Windows 11 Created: 2024-02-02 Updated: 2024-02-02 Resolved: 2024-02-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Platform Windows, Tests |
| Affects Version/s: | 10.11 |
| Fix Version/s: | 10.11.8, 11.0.6, 11.1.5, 11.2.4, 11.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vladislav Vaintroub | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
After reinstall on Windows 11, got following error running perl mysql-test-run.pl --suite=main main.mysql_connector_net CURRENT_TEST: main.mysql_connector_net
There is a thing for powershell, called script execution policy. On most developers boxes local scripts won't be restricted, but on "virgin" client Windows it is is restricted, i.e interactive execution in powershell is allowed, while script execution is not. |