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

✅ Automated fault tolerance #998

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

wdbasson
Copy link
Collaborator

No description provided.

Copy link

@wdbasson wdbasson changed the title Automated fault tolerance ✅ Automated fault tolerance Aug 28, 2024
@wdbasson wdbasson requested review from rblaine95, cl0ete and ff137 August 28, 2024 07:16
@@ -128,7 +128,7 @@

const issuerIndex = __ITER % numIssuers;
const issuer = issuers[issuerIndex];
const revokeCredentialResponse = revokeCredential(issuer.accessToken, id.credential_exchange_id);
const revokeCredentialResponse = revokeCredentialAutoPubish(issuer.accessToken, id.credential_exchange_id);

Check warning

Code scanning / Eslint (reported by Codacy)

'revokeCredentialAutoPubish' is not defined. Warning

'revokeCredentialAutoPubish' is not defined.

ha_tests() {
local test_stack="$1"
for ((i=1; i<=$HA_TEST_ITERATIONS; i++)); do

Check warning

Code scanning / Shellcheck (reported by Codacy)

$/${} is unnecessary on arithmetic variables. Warning

$/${} is unnecessary on arithmetic variables.
fi

if [ -n "$STACK" ]; then
$SCRIPT_DIR/ha_revocation.sh -s "$STACK"

Check notice

Code scanning / Shellcheck (reported by Codacy)

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.
$SCRIPT_DIR/ha_revocation.sh -s "$STACK"
elif [ "$TEST_ALL" = true ]; then
for stack in WEBS AGENT SERVICE AUTH; do
$SCRIPT_DIR/ha_revocation.sh -s "$stack"

Check notice

Code scanning / Shellcheck (reported by Codacy)

Double quote to prevent globbing and word splitting. Note

Double quote to prevent globbing and word splitting.
@wdbasson wdbasson merged commit c6590af into development Aug 28, 2024
44 of 48 checks passed
@wdbasson wdbasson deleted the automated-fault-tolerance branch August 28, 2024 11:17
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