mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
[fix] drop macOS from native collector matrix and unstick upgrade doc assertion (#4374)
This commit is contained in:
@@ -39,12 +39,6 @@ jobs:
|
|||||||
- platform: linux-arm64
|
- platform: linux-arm64
|
||||||
runner: ubuntu-24.04-arm
|
runner: ubuntu-24.04-arm
|
||||||
archive_ext: tar.gz
|
archive_ext: tar.gz
|
||||||
- platform: macos-amd64
|
|
||||||
runner: macos-13
|
|
||||||
archive_ext: tar.gz
|
|
||||||
- platform: macos-arm64
|
|
||||||
runner: macos-14
|
|
||||||
archive_ext: tar.gz
|
|
||||||
- platform: windows-amd64
|
- platform: windows-amd64
|
||||||
runner: windows-latest
|
runner: windows-latest
|
||||||
archive_ext: zip
|
archive_ext: zip
|
||||||
|
|||||||
+1
-1
@@ -233,7 +233,7 @@ class EntityFreeObservabilityTransitionContractTest {
|
|||||||
String content = Files.readString(REPOSITORY_ROOT.resolve(relativePath));
|
String content = Files.readString(REPOSITORY_ROOT.resolve(relativePath));
|
||||||
assertTrue(content.contains("`POST /api/logs/otlp/v1/logs` | `POST /api/otlp/v1/logs`"), relativePath);
|
assertTrue(content.contains("`POST /api/logs/otlp/v1/logs` | `POST /api/otlp/v1/logs`"), relativePath);
|
||||||
assertTrue(content.contains("`GET /api/logs/list` | `GET /api/observability/logs`"), relativePath);
|
assertTrue(content.contains("`GET /api/logs/list` | `GET /api/observability/logs`"), relativePath);
|
||||||
assertTrue(content.contains("`GET /api/traces/**` | `GET /api/observability/traces/**`"), relativePath);
|
assertFalse(content.contains("`GET /api/traces/**`"), relativePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
String logService = Files.readString(REPOSITORY_ROOT.resolve("web-app/src/app/service/log.service.ts"));
|
String logService = Files.readString(REPOSITORY_ROOT.resolve("web-app/src/app/service/log.service.ts"));
|
||||||
|
|||||||
Reference in New Issue
Block a user