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

Removed references to SystemTest #134

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ client:
headers:
TestTime: '\${epoch("ms")}'
Accept: application/json
FS-User-Agent-Chain: PPAAS-Agent-Performance Test
User-Agent: FS-QA-SystemTest PPAAS Agent Performance Test
FS-User-Agent-Chain: Pewpew-Agent-Performance Test
User-Agent: Pewpew Agent Performance Test
general:
bucket_size: 1m
log_provider_stats: 1m
Expand Down Expand Up @@ -56,8 +56,8 @@ client:
headers:
TestTime: '\${epoch("ms")}'
Accept: application/json
FS-User-Agent-Chain: PPAAS-Agent-Performance Test
User-Agent: FS-QA-SystemTest PPAAS Agent Performance Test
FS-User-Agent-Chain: Pewpew-Agent-Performance Test
User-Agent: Pewpew Agent Performance Test
general:
bucket_size: 1m
log_provider_stats: 1m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export const createYamlJson = ({ urls, patterns, vars, providers, loggers }: Omi
// Default config
myYaml.config = {};
myYaml.config.client = {};
myYaml.config.client.headers = {"User-Agent": "FS-QA-SystemTest"};
myYaml.config.client.headers = { "User-Agent": "Pewpew Performance Load Test" };
// eslint-disable-next-line camelcase
myYaml.config.general = {bucket_size: "1m", log_provider_stats: "1m"};
myYaml.config.general = { bucket_size: "1m" };

// Patterns that have been selected
if (patterns.length > 0) {
Expand Down
Loading