Skip to content

Commit 90a6461

Browse files
committed
Update the readme and fix a sporadic test failure on Mac
1 parent d8f2515 commit 90a6461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ MATLAB® interface to [OpenTelemetry™](https://opentelemetry.io/), base
55

66
### Status
77
1. Tracing, metrics, and logs are all fully supported and tested on Windows®, Linux®, and macOS.
8-
2. On Linux, when running MATLAB R2025a or newer releases, the gRPC library used in the gRPC exporter in this package may conflict with the same library in MATLAB, causing MATLAB to crash. To avoid this issue, install otel-matlab-nogrpc.mltbx in [version 1.10.2](https://github.com/mathworks/OpenTelemetry-MATLAB/releases/tag/1.10.2), which excludes the gRPC exporter.
9-
3. OpenTelemetry currently does not support non-ASCII characters. Defining names or attributes with non-ASCII characters will cause the telemetry data to become invalid and fail to export.
8+
2. OpenTelemetry currently does not support non-ASCII characters. Defining names or attributes with non-ASCII characters will cause the telemetry data to become invalid and fail to export.
109

1110
### MathWorks Products (https://www.mathworks.com)
1211

test/texamples.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ function testWebread(testCase)
268268

269269
% start the C++ server
270270
testCase.applyFixture(CppServerFixture(server, testCase));
271-
pause(3); % wait a little for server to start up
271+
pause(6); % wait for server to start up. On Mac, 3 seconds is not enough
272+
% and this test often fails. Double the wait time to 6 seconds.
272273

273274
% run the example
274275
webread_example();

0 commit comments

Comments
 (0)