1. 25 4月, 2021 1 次提交
  2. 21 2月, 2021 1 次提交
  3. 29 1月, 2021 1 次提交
  4. 29 10月, 2020 1 次提交
  5. 18 6月, 2020 1 次提交
  6. 15 4月, 2020 1 次提交
  7. 14 4月, 2020 1 次提交
  8. 11 4月, 2020 1 次提交
  9. 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
  10. 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
  11. 30 8月, 2019 1 次提交
  12. 26 9月, 2018 1 次提交
    • wu-sheng's avatar
      Finish mesh source dispatch (#1687) · 9d6bf678
      wu-sheng 提交于
      * Merge module and provider of mesh
      
      * Finish the skeleton of mesh receiver.
      
      * Finish mesh dispatcher.
      
      * Fix missing timebucket
      9d6bf678
  13. 04 9月, 2018 1 次提交
    • SkyWalking's trace receiver implementation. (#1618) · d0e68872
      彭勇升 pengys 提交于
      * Buffer stream.
      
      * Buffer file reader.
      
      * Buffer library performance test and functional test successfully.
      
      * Fixed the code merge mistake.
      
      * SkyWalking's trace receiver implementation.
      
      * SkyWalking's trace receiver implementation.
      
      * Delete collector module.
      d0e68872
  14. 04 5月, 2018 1 次提交
  15. 10 12月, 2017 1 次提交
  16. 09 12月, 2017 1 次提交
  17. 27 10月, 2017 1 次提交
  18. 26 10月, 2017 4 次提交
  19. 25 10月, 2017 1 次提交