-
Notifications
You must be signed in to change notification settings - Fork 39
Fix o11y timeouts #848
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
Merged
pranavj1001
merged 26 commits into
browserstack:master
from
07souravkunda:fix_o11y_timeouts
Jul 26, 2024
Merged
Fix o11y timeouts #848
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
52436e2
init
07souravkunda f586cda
init
07souravkunda 7d66cb1
init
07souravkunda d904d5f
init
07souravkunda 6b7b11c
init
07souravkunda 42f8e1e
init
07souravkunda 3b486bb
init
07souravkunda 9c3e247
init
07souravkunda b15ac40
init
07souravkunda 96cb277
init
07souravkunda ab1b770
init
07souravkunda 2ba1567
init
07souravkunda 2f824d0
init
07souravkunda 6264da4
init
07souravkunda 7857f70
init
07souravkunda d98a253
cleanup
07souravkunda 56ebff5
cleanup
07souravkunda da0b783
cleanup
07souravkunda e75edc7
cleanup
07souravkunda cb97ea5
chore: comments
07souravkunda a783f21
chore: comments
07souravkunda 1b5680f
chore: comments
07souravkunda 8a490c8
chore: comments
07souravkunda a6786a8
chore: comments
07souravkunda af0b361
chore: comments
07souravkunda be56249
Merge branch 'master' into fix_o11y_timeouts
amaanbs 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Sending all the remaining queues for synchronous manner | ||
*/ | ||
|
||
const RequestQueueHandler = require('./requestQueueHandler'); | ||
|
||
const shutdown = async () => { | ||
const requestHandler = new RequestQueueHandler(); | ||
requestHandler.queue = require(process.argv[2].trim()); | ||
await requestHandler.shutdown(); | ||
} | ||
|
||
shutdown(); |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,7 +186,6 @@ class MyReporter { | |
} | ||
|
||
await this.uploadTestSteps(); | ||
await requestQueueHandler.shutdown(); | ||
}); | ||
} | ||
|
||
|
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.
Uh oh!
There was an error while loading. Please reload this page.