You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/testing-guidelines/TestRoadmap.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ This will provide us much needed visibility in how PowerShell Core is being used
17
17
We already have infrastructure in place to allow us see how PowerShell Core is being used, by collecting telemetry from PowerShell Core, we can improve our confidence as we drive to production quality.
18
18
19
19
### Logging
20
-
The code which on Windows create ETW logging has been completely stubbed out on Linux/OSX.
21
-
We should take advantage of the native logging mechanisms on Linux/OSX and implement a logger similar to the ETW logger on Windows using Syslog (or equivalent).
20
+
The code which on Windows create ETW logging has been completely stubbed out on Linux/macOS.
21
+
We should take advantage of the native logging mechanisms on Linux/macOS and implement a logger similar to the ETW logger on Windows using Syslog (or equivalent).
22
22
We could use this data during test runs to identify test gaps.
23
23
Simply by capturing the cmdlets and their parameters which are invoked during test would illuminate the gaps we have in our current tests, and allow us to easily fill them.
24
24
It is not sufficient to support only one platform because we have many tests which determine at runtime whether or not it should run based on OS, so data from Windows will not be the same as that from Linux or MacOS.
@@ -69,7 +69,7 @@ In addition to loopback tests using both WSMan and SSH protocols, we should have
69
69
* Windows Client->Nano Server
70
70
* Windows Client->Linux Server
71
71
* Linux Client -> Windows Server
72
-
*OSX Client -> Nano Client
72
+
*macOS Client -> Nano Client
73
73
* PowerShell Core Client -> Full PowerShell Server
74
74
* Full PowerShell Client -> PowerShell Core Server
75
75
* Downlevel Full PowerShell Client -> PowerShell Core Server
0 commit comments