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

👷 K6 create issuers #918

Merged
merged 3 commits into from
Jul 31, 2024
Merged

👷 K6 create issuers #918

merged 3 commits into from
Jul 31, 2024

Conversation

wdbasson
Copy link
Collaborator

@wdbasson wdbasson commented Jul 30, 2024

Initial K6 scenario to create issuers in parallel.

Also added logic to delete the issuer created during the phased issuance & proof request flow as well as logic to delete the issuers created in the create-issuers.js scenario.


export function setup() {
const bearerToken = getBearerToken();
return { bearerToken };

Check warning

Code scanning / Pmd (reported by Codacy)

Unnecessary block. Warning

Unnecessary block.
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eslint (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

* Mise + Biome for formatting and linting k6 scripts
Copy link

sonarcloud bot commented Jul 31, 2024

@@ -16,3 +16,24 @@
```
cp env.local .env.local
```

### Running Biome to lint/format code:
```

Check warning

Code scanning / Markdownlint (reported by Codacy)

Fenced code blocks should have a language specified Warning

Fenced code blocks should have a language specified
@@ -16,3 +16,24 @@
```
cp env.local .env.local
```

### Running Biome to lint/format code:

Check warning

Code scanning / Markdownlint (reported by Codacy)

Expected: 1; Actual: 0; Below Warning

Expected: 1; Actual: 0; Below
@@ -16,3 +16,24 @@
```
cp env.local .env.local
```

### Running Biome to lint/format code:

Check warning

Code scanning / Markdownlint (reported by Codacy)

Punctuation: ':' Warning

Punctuation: ':'
@@ -16,3 +16,24 @@
```
cp env.local .env.local
```

### Running Biome to lint/format code:
```

Check warning

Code scanning / Markdownlint (reported by Codacy)

Fenced code blocks should be surrounded by blank lines Warning

Fenced code blocks should be surrounded by blank lines
@wdbasson wdbasson merged commit b8ecb76 into development Jul 31, 2024
44 of 46 checks passed
@wdbasson wdbasson deleted the k6-create-issuers branch July 31, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants