generated from salesforce/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 16
test: fix testSendReceiveTwo and testBatchNack #270
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
Open
roseyang62
wants to merge
60
commits into
salesforce:main
Choose a base branch
from
roseyang62:investigate-pubsub-conformance-test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+90
−65
Open
Changes from 33 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
423bd46
enable batchnack
roseyang62 f388c87
Empty commit to trigger CI
roseyang62 e71fb9b
Empty commit to trigger CI
roseyang62 b1e9df8
fail fast if mapping unmatch
roseyang62 f17a22c
throw exception
roseyang62 da2639c
empty commit to trigger ci to reproduce error
roseyang62 50607ec
empty commit to trigger ci to reproduce error
roseyang62 d2bbe2d
enable testBatchNack
roseyang62 7815d3b
empty commit to trigger ci to reproduce error
roseyang62 b526ee5
empty commit to trigger ci to reproduce error
roseyang62 e1ee8f3
empty commit to trigger ci to reproduce error
roseyang62 a0f7e19
Merge remote-tracking branch 'upstream/main' into investigate-pubsub-…
roseyang62 2a6075a
Add error handling
roseyang62 a549c94
empty commit to trigger ci to reproduce error
roseyang62 454b500
empty commit to trigger ci to reproduce error
roseyang62 e4eaa2f
Merge branch 'main' into investigate-pubsub-conformance-test
roseyang62 da36b54
update error handling
roseyang62 0a0549a
Merge branch 'investigate-pubsub-conformance-test' of https://github.…
roseyang62 e34c1af
empty commit to trigger ci to see if still have error
roseyang62 db95ac5
empty commit to trigger ci to reproduce error
roseyang62 f0b43e5
empty commit to trigger ci to reproduce error
roseyang62 ff3752b
move WireMock debugging to teardown phase
roseyang62 f7f91d9
empty commit to trigger ci to reproduce error
roseyang62 9e0d22c
empty commit to trigger ci to reproduce error
roseyang62 8c169f0
empty commit to trigger ci to reproduce error
roseyang62 ce35044
chore: trigger CI
roseyang62 84bf1ed
Merge remote-tracking branch 'upstream/main' into investigate-pubsub-…
roseyang62 94e9698
add resetWireMockScenarios
roseyang62 2893688
Merge branch 'main' into investigate-pubsub-conformance-test
roseyang62 db7113b
add resetWireMockScenarios
roseyang62 9b67bf5
add resetWireMockScenarios
roseyang62 c20280b
Use Assertions.fail instead of AssertionError
roseyang62 ef459aa
Merge branch 'main' into investigate-pubsub-conformance-test
roseyang62 199d364
remove resetscenarios
roseyang62 f33c0da
Merge remote-tracking branch 'upstream/main' into investigate-pubsub-…
roseyang62 6701ef4
empty commit to trigger CI
roseyang62 ccb29a0
Add detailed debug logging for pubsub pull requests to diagnose CI ti…
roseyang62 a67855c
empty commit to trigger CI and collect debug logs for pubsub timeout …
roseyang62 0431a68
investigate timeout
roseyang62 403d8ee
trigger ci
roseyang62 3dcc189
trigger ci
roseyang62 f692aca
trigger ci
roseyang62 de325d4
trigger ci
roseyang62 3b4ef9e
fix pubsub race condition by limiting prefetch concurrency
roseyang62 983abde
record
roseyang62 aa92da5
revert logger
roseyang62 01c0c82
log more info
roseyang62 4c29888
try to reproduce error
roseyang62 a105daa
upload test report
roseyang62 b57ff5f
upload test report
roseyang62 400af65
fix yml
roseyang62 0facde9
revert reports
roseyang62 89ef3ae
add log to find out which step is stuck
roseyang62 47ab0a4
revert mapping
roseyang62 a3cae92
revert mapping
roseyang62 509b048
trigger CI
roseyang62 189826d
print more test details
roseyang62 f63ffb7
re-run
roseyang62 453ccd5
validate changes
roseyang62 4caf0fc
resolve conflicts
roseyang62 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was never needed before with huge fleet conf tests in all services, why it's required now ?