1. 15 2月, 2023 1 次提交
  2. 14 2月, 2023 1 次提交
    • K
      Bump up Java version to 11 and use junit tag to group IT and slow IT (#10390) · 49594c4d
      kezhenxu94 提交于
      - `./mvnw test ...` by its nature only runs unit tests, whose name is pattern of `*Test`, and it does never runs integration tests, whose name is patter of `IT*` or `*IT`, so in this PR we use `./mvnw clean test ...` to only run unit tests.
      - `./mvnw integration-test ...` will run integration tests and unit tests, so we have `skipUTs` to control whether to skip the UT when running ITs, we already had this before.
        - As for ITs, we have two groups, one is normal tests without any `@Tag`s, the other one is slow integration tests, which is annotated with `@Tag("slow")`, so we divided the integration tests into two workflow jobs:
        - `./mvnw -DskipUTs=true clean integration-test -DexcludedGroups=slow ...` run the ITs but don't run the slow ITs and UTs, `-DexcludedGroups=slow` excludes tests annotated with `@Tag("slow")`
        - `./mvnw -DskipUTs=true clean integration-test -Dcheckstyle.skip -Dtest=${{ matrix.test.class }}` run the slow ITs (because `excludedGroups` is not set) one case at a time, by setting `-Dtest={{ class }}`, not run UTs,
      49594c4d
  3. 13 2月, 2023 1 次提交
  4. 06 1月, 2023 1 次提交
  5. 31 12月, 2022 1 次提交
  6. 17 12月, 2022 1 次提交
  7. 12 12月, 2022 1 次提交
  8. 11 12月, 2022 1 次提交
  9. 01 12月, 2022 1 次提交
  10. 29 11月, 2022 1 次提交
  11. 22 11月, 2022 1 次提交
  12. 17 11月, 2022 1 次提交
  13. 16 11月, 2022 1 次提交
  14. 05 11月, 2022 1 次提交
    • S
      Support the telegraf receiver plugin module (#9620) · 42f3396b
      soander 提交于
      * The telegraf receiver plugin module development.
      
      * Refactored code of converting telegraf data and fixed some errors.
      
      * Support Telegraf receiver plugin module.
      
      * Add telegraf-receiver.md, update changes.md and vm-monitoring.md.
      
      * Rename YAML file and change code style.
      
      * Change receiver-telegraf of application.yml.
      
      * The receiver-telegraf e2e test.
      
      * The telegraf receiver e2e test.
      
      * Fix an issue and delete redundant configs.
      
      * Add Unit Test about converting Telegraf metrics.
      
      * Adjust Unit Test about converting Telegraf metrics.
      
      * Add License Header to Unit Test and change binary.xml.
      
      * Change module provider's config initialization mechanism.
      
      * Exclude the telegraf-rules in server-starter pom.xml.
      
      * Fix telegraf e2e test issues.
      
      * Change telegraf e2e test.
      
      * Fix issues
      
      * Fix issues.
      
      * Add Sample convert Unit Test.
      
      * Change vm.yaml, related documents and fix some issues.
      
      * Change backend-vm-monitoring.md.
      
      * Fix SampleConvertTest checkstyle issue.
      
      * Change vm.yaml swap MAL.
      
      * Update menu.yml and binary.xml.
      
      * Update Telegraf Unit test.
      
      * Delete telegraf config package, use meter.analyzer.prometheus package to load config file.
      
      * Reorder telegraf metrics in menu.yml.
      
      * Change e2e, vm, config, linux-service and vm.md.
      
      * Update telegraf.conf file.
      
      * Change url of telegraf.conf file.
      
      * Update e2e.yaml, conf file, menu.yml and delete useless code of provider.
      
      * Update grouping sampleFamily by timestamp and name, and add new UTs.
      
      * Update vm-monitoring.md and .asf.yaml.
      Co-authored-by: NSuperskyyy (ONLINE) <Superskyyy@outlook.com>
      Co-authored-by: wu-sheng's avatar吴晟 Wu Sheng <wu.sheng@foxmail.com>
      42f3396b
  15. 02 11月, 2022 2 次提交
  16. 01 11月, 2022 1 次提交
  17. 21 10月, 2022 1 次提交
  18. 05 10月, 2022 1 次提交
  19. 30 9月, 2022 1 次提交
  20. 16 9月, 2022 2 次提交
  21. 11 9月, 2022 1 次提交
  22. 07 9月, 2022 1 次提交
  23. 27 8月, 2022 1 次提交
  24. 24 8月, 2022 1 次提交
  25. 22 8月, 2022 1 次提交
  26. 21 8月, 2022 1 次提交
  27. 12 8月, 2022 1 次提交
  28. 06 8月, 2022 1 次提交
  29. 05 8月, 2022 1 次提交
  30. 03 8月, 2022 1 次提交
  31. 28 7月, 2022 1 次提交
  32. 21 6月, 2022 1 次提交
  33. 10 6月, 2022 1 次提交
  34. 08 6月, 2022 1 次提交
  35. 23 5月, 2022 2 次提交
  36. 22 5月, 2022 1 次提交
  37. 21 5月, 2022 1 次提交