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

Alex/update build pipeline #74

Merged
merged 38 commits into from
Nov 25, 2024
Merged

Alex/update build pipeline #74

merged 38 commits into from
Nov 25, 2024

Conversation

alexgomezlf
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented Nov 21, 2024

unit-test-results

46 tests  ±0   45 ✅ ±0   1s ⏱️ ±0s
 8 suites ±0    1 💤 ±0 
 8 files   ±0    0 ❌ ±0 

Results for commit 434fe8e. ± Comparison against base commit aeed18f.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Nov 21, 2024

integration-test-results-cloud

14 tests   - 32   14 ✅  - 31   11s ⏱️ +10s
 2 suites  -  6    0 💤  -  1 
 2 files    -  6    0 ❌ ± 0 

Results for commit 434fe8e. ± Comparison against base commit aeed18f.

This pull request removes 46 and adds 14 tests. Note that renamed tests count towards both.
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_IllegalArgumentExceptionThrown{String}[1]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_IllegalArgumentExceptionThrown{String}[2]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_IllegalArgumentExceptionThrown{String}[3]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_IllegalArgumentExceptionThrown{String}[4]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_RunTimeExceptionThrown{String}[1]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_RunTimeExceptionThrown{String}[2]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_RunTimeExceptionThrown{String}[3]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_ValidBase64
com.laserfiche.api.client.unit.ApiExceptionTest ‑ create_WithCause
com.laserfiche.api.client.unit.ApiExceptionTest ‑ create_WithHeaders
…
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ afterSendAsync_DoNotRetry{int}[1]
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ afterSendAsync_DoNotRetry{int}[2]
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ afterSendAsync_DoNotRetry{int}[3]
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ afterSendAsync_DoNotRetry{int}[4]
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ afterSendAsync_DoRetry_AccessTokenRemoved
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ afterSendAsync_ShouldRetry
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ beforeSendAsync_CallTwiceShouldStillSucceed
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ beforeSendAsync_FailedAuthentication_ThrowsException
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ beforeSendAsync_Success
com.laserfiche.api.client.integration.OAuthClientCredentialsHandlerTest ‑ beforeSendAsync_WithScopes_Success
…

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Nov 21, 2024

integration-test-results-self-hosted

6 tests   - 40   6 ✅  - 39   11s ⏱️ +10s
1 suites  -  7   0 💤  -  1 
1 files    -  7   0 ❌ ± 0 

Results for commit 434fe8e. ± Comparison against base commit aeed18f.

This pull request removes 46 and adds 6 tests. Note that renamed tests count towards both.
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_IllegalArgumentExceptionThrown{String}[1]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_IllegalArgumentExceptionThrown{String}[2]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_IllegalArgumentExceptionThrown{String}[3]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_IllegalArgumentExceptionThrown{String}[4]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_RunTimeExceptionThrown{String}[1]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_RunTimeExceptionThrown{String}[2]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_RunTimeExceptionThrown{String}[3]
com.laserfiche.api.client.unit.AccessKeyTest ‑ CreateFromBase64EncodedAccessKey_ValidBase64
com.laserfiche.api.client.unit.ApiExceptionTest ‑ create_WithCause
com.laserfiche.api.client.unit.ApiExceptionTest ‑ create_WithHeaders
…
com.laserfiche.api.client.integration.UsernamePasswordHandlerTest ‑ afterSendAsync_TokenRemovedWhenUnauthorized
com.laserfiche.api.client.integration.UsernamePasswordHandlerTest ‑ beforeSendAsync_ExistingToken_Success
com.laserfiche.api.client.integration.UsernamePasswordHandlerTest ‑ beforeSendAsync_FailedAuthentication_ThrowsException{String, String, String, int}[1]
com.laserfiche.api.client.integration.UsernamePasswordHandlerTest ‑ beforeSendAsync_FailedAuthentication_ThrowsException{String, String, String, int}[2]
com.laserfiche.api.client.integration.UsernamePasswordHandlerTest ‑ beforeSendAsync_FailedAuthentication_ThrowsException{String, String, String, int}[3]
com.laserfiche.api.client.integration.UsernamePasswordHandlerTest ‑ beforeSendAsync_NewToken_Success

♻️ This comment has been updated with latest results.

alexandria.gomez added 2 commits November 21, 2024 18:00
@alexgomezlf alexgomezlf marked this pull request as ready for review November 22, 2024 21:35
@alexgomezlf alexgomezlf merged commit 9dc3f18 into 2.x Nov 25, 2024
6 of 7 checks passed
@alexgomezlf alexgomezlf deleted the alex/update-build-pipeline branch November 25, 2024 15:39
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