1. 23 12月, 2021 1 次提交
  2. 28 10月, 2021 1 次提交
  3. 27 9月, 2021 1 次提交
  4. 06 9月, 2021 2 次提交
  5. 27 8月, 2021 1 次提交
  6. 20 6月, 2021 1 次提交
  7. 28 3月, 2021 1 次提交
  8. 07 3月, 2021 1 次提交
  9. 21 2月, 2021 1 次提交
  10. 30 1月, 2021 1 次提交
  11. 29 1月, 2021 1 次提交
  12. 14 1月, 2021 1 次提交
  13. 07 11月, 2020 1 次提交
  14. 31 8月, 2020 1 次提交
  15. 23 3月, 2020 1 次提交
  16. 16 3月, 2020 1 次提交
    • K
      Rewrite the E2E test framework and tests (#4510) · dcd66ee6
      kezhenxu94 提交于
      Motivation:
      
      According the feedback from the community, the e2e tests are hard for
      them to understand and get them started, so this pull request aims to
      rewrite the e2e tests with some improvements:
      
      - debuggable locally, now you can run every individual case directly
      inside the IDE, just like running a plain unit test.
      
      - same functionalities of multiple counterparts share the same codes,
      cases like different storages and cluster coordinators share the same
      codes, easy to add more similar cases.
      
      - the "end" now extends to the Doccker images, meaning that some bugs
      like #4483 and #4471 can be more easily and early to be discovered.
      
      - codes style and license headers are checked
      
      Modifications:
      
      - adopt jupeter (a.k.a junit 5), testcontainers as the new test
      framework, all containers are orchestrated by docker-compose.yml,
      well-known technology that developers should be familiar with.
      
      - rewrite all test cases and verify them.
      
      - reorganize the workflows in GitHub Actions.
      
      Result:
      
      - new e2e test should be easy to add.
      
      - closes https://github.com/apache/skywalking/issues/4472
      dcd66ee6
  17. 15 3月, 2020 1 次提交
  18. 06 3月, 2020 1 次提交
  19. 19 2月, 2020 1 次提交
  20. 08 2月, 2020 1 次提交
  21. 03 2月, 2020 1 次提交
  22. 12 1月, 2020 1 次提交
  23. 31 12月, 2019 1 次提交
    • 静夜思朝颜's avatar
      Provide thread monitor create task feature (#4145) · d38a8eaa
      静夜思朝颜 提交于
      * provide thread monitor task service to create
      
      * provide thread monitor task GraphQL implements
      
      * 1. change thread monitor field names
      2. fix `getThreadMonitorTaskList` query time bucket error
      
      * provide config stream processor
      
      * update submodule `query-protocol`
      
      * resolve e2e-mysql error
      
      * remove useless storage interface method.
      
      * rename `ThreadMonitorTask` to `ProfileTask`
      
      * change e2e-profile to the top level
      
      * fix profile test analyze error
      
      * remove StringUtil#isBlank.
      
      * 1. remove create profile task duration unit
      2. remove GraphQL getTask list duration field
      3. add `profileTaskQueryMaxSize` in `storage` -> `elasticsearch(7)` configuration, default get 200 profile task
      
      * provide e2e different storage tests
      
      * 1. fix rat check
      2. remove DurationUtils.java#toSecond
      3. remove ProfileTaskQueryEs7DAO
      
      * fix e2e code format error
      
      * provide es6 and es7 storage e2e tests
      
      * change e2e profile es module artifactId
      Co-authored-by: Nkezhenxu94 <kezhenxu94@163.com>
      d38a8eaa
  24. 26 12月, 2019 1 次提交
  25. 09 12月, 2019 1 次提交
    • Z
      [Feature] Service instance dependency (#3978) · 3741f4e3
      zhang-wei 提交于
      * dispatcher
      
      * getServiceInstanceTopology implementation
      
      * CacheUpdateTimer
      
      * fix compilation failure
      
      * fix compilation failure
      
      * fix esDao
      
      * Update dao list
      
      * dispatcher
      
      * getServiceInstanceTopology implementation
      
      * CacheUpdateTimer
      
      * fix compilation failure
      
      * fix compilation failure
      
      * fix esDao
      
      * Update dao list
      
      * test e2e
      
      * add official_analysis.oal & update getServiceInstanceTopology
      
      * test instance topo for single service
      
      * fix gql
      
      * fix verifyServiceInstances
      
      * verifyServiceInstanceTopo
      
      * fix verifyServiceInstanceTopo
      
      * fix ServiceInstanceInventory#name
      
      * fix ServiceInstanceInventory#name
      
      * e2e test
      
      * fix action
      
      * fix provider port
      
      * fix Instance Node Type
      
      * re run
      
      * fix expected-data
      
      * add e2e mysql
      
      * set @test timeout
      
      * fix ci
      
      * increase timeout
      
      * re check
      
      * test ttl es7
      
      * test ttl
      
      * fix action
      
      * merge group
      
      * test ttl es7
      
      * replace official_analysis.oal
      
      * replace official_analysis.oal
      
      * comments
      
      * add TODO
      
      * add TODO
      
      * fix filed name
      3741f4e3
  26. 27 10月, 2019 1 次提交
  27. 19 10月, 2019 1 次提交
  28. 10 9月, 2019 1 次提交
    • K
      Add TTL E2E test (#3437) · 721f8648
      kezhenxu94 提交于
      * Add TTL E2E test
      
      * Add to Jenkins stage and minor bugfix
      
      * Upgrade e2e container version
      
      * Polish and minor fix
      
      * Polish
      721f8648
  29. 30 8月, 2019 1 次提交
  30. 02 8月, 2019 1 次提交
  31. 14 7月, 2019 1 次提交
  32. 30 6月, 2019 1 次提交
    • K
      Add end to end tests (#2935) · d1a521b7
      kezhenxu94 提交于
      e2e test setup. cc @hanahmily @peng-yongsheng @IanCao @zhaoyuguang @JaredTan95 
      
      # e2e test case
      One single standalone Spring service, accessing H2 database. This service has been installed the agent. 
      OAP runs in single mode with H2 storage too.
      
      The e2e test will verify the results through GraphQL query
      1. Traces exist.
      2. Service/Service Instance/Endpoint exist and have expected metrics.
      3. Topology exists and match expected.
      d1a521b7