Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: soak test and migrate ilogtail to loongcollector #1971

Merged
merged 8 commits into from
Dec 19, 2024
Merged

Conversation

Abingcbc
Copy link
Collaborator

@Abingcbc Abingcbc commented Dec 17, 2024

  1. 浸泡测试框架,支持定时随机选取一个测试用例运行
    测试用例中,仅需要包含环境变化相关的内容,例如:
@input
Feature: container filter
  Test container filter

  @soak @k8s
  Scenario: TestContainerFilterByLabel
    Given {daemonset} environment
    When remove k8s label {{"rel":"e2e","tag":"v3.0.1"}}

测试框架会定时从指定目录下选取一个测试运行。

  1. 迁移E2E测试中ilogtail相关内容到loongcollector

运行方式

go build -o soak
./soak -name=<测试文件夹名>

@Abingcbc Abingcbc merged commit 1e71919 into main Dec 19, 2024
17 checks passed
@henryzhx8 henryzhx8 added the test test label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants