-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Fixed busy waiting in points 1,2,3,7 #3101
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
Closed
Closed
Changes from 24 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f20a582
Fixed busy waiting in points 1,2,3,7
alhusseain 58e5c62
Fixed busy waiting in points 1,2,3,7 (1)
alhusseain 9415119
Checkstyle fix try 1
alhusseain 42e4c32
Checkstyle fix try 2
alhusseain 27325f2
Checkstyle fix try 3
alhusseain 2109002
SonarQube fix try 1
alhusseain 992d899
SonarQube fix try 2
alhusseain ec0d423
SonarQube fix try 3
alhusseain ffd4773
Merge branch 'master' into busy-looping---Alhusseain
alhusseain d84dc96
SonarQube fix try 4 (Reliability and coverage in twin)
alhusseain a8fb4b2
Merge remote-tracking branch 'origin/busy-looping---Alhusseain' into …
alhusseain fca409f
Add Expiration Task state test (should be waiting at the start)
alhusseain 986130a
Add Expiration Task state test (should be waiting at the start)
alhusseain e31b12b
Add Expiration Task state test (should be sleeping after it is woken)
alhusseain 7be96ca
Add Expiration Task state test (should be sleeping after it is woken)
alhusseain 30d6eb3
Add BallThread resume and suspend state test
alhusseain d0e0d87
Add Service Executor Start and Wake State Test
alhusseain 4751cb8
Add Service Executor Start and Wake State Test
alhusseain 7afa9c8
LogoutHandlerTest correct
alhusseain b5073d6
LogoutHandlerTest correct
alhusseain 18a4c02
Merge branch 'master' into busy-looping---Alhusseain
alhusseain 1c04548
implemented review changes
alhusseain fa902ad
Merge remote-tracking branch 'origin/busy-looping---Alhusseain' into …
alhusseain dbf6a7b
implemented review changes
alhusseain 9671120
Merge branch 'master' into busy-looping---Alhusseain
alhusseain 8407245
implemented review changes
alhusseain e4d0f53
Merge remote-tracking branch 'origin/busy-looping---Alhusseain' into …
alhusseain 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
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
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 |
---|---|---|
|
@@ -49,5 +49,4 @@ | |
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
</project> |
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.
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.