skywalking-java/test/e2e
kezhenxu94 dcd66ee6e9
Rewrite the E2E test framework and tests (#4510)
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
2020-03-16 23:45:14 +08:00
..
e2e-common Rewrite the E2E test framework and tests (#4510) 2020-03-16 23:45:14 +08:00
e2e-data Rewrite the E2E test framework and tests (#4510) 2020-03-16 23:45:14 +08:00
e2e-protocol Set up more strict code styles and fix existing issues (#4337) 2020-02-11 17:10:49 +08:00
e2e-service-consumer Rewrite the E2E test framework and tests (#4510) 2020-03-16 23:45:14 +08:00
e2e-service-provider Rewrite the E2E test framework and tests (#4510) 2020-03-16 23:45:14 +08:00
e2e-test Rewrite the E2E test framework and tests (#4510) 2020-03-16 23:45:14 +08:00
lombok.config Rewrite the E2E test framework and tests (#4510) 2020-03-16 23:45:14 +08:00
pom.xml Rewrite the E2E test framework and tests (#4510) 2020-03-16 23:45:14 +08:00