-
Notifications
You must be signed in to change notification settings - Fork 183
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
[tests-only][full-ci][ci] Wait for fakeoffice to be ready #6754
Merged
Conversation
This file contains 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
PrajwolAmatya
requested review from
wkloucek,
micbar,
phil-davis and
individual-it
as code owners
July 10, 2023 09:11
PrajwolAmatya
force-pushed
the
wait-for-fake-office
branch
2 times, most recently
from
July 10, 2023 10:15
6d614eb
to
27be9e5
Compare
PrajwolAmatya
requested review from
SwikritiT,
saw-jan and
amrita-shrestha
and removed request for
phil-davis,
individual-it,
micbar and
wkloucek
July 10, 2023 10:18
PrajwolAmatya
changed the title
[tests-only][full-ci]add wait for fake office
[tests-only][full-ci]+revert changes of PR #6461
Jul 10, 2023
PrajwolAmatya
changed the title
[tests-only][full-ci]+revert changes of PR #6461
[tests-only][full-ci]revert changes of PR #6461
Jul 10, 2023
PrajwolAmatya
force-pushed
the
wait-for-fake-office
branch
3 times, most recently
from
July 10, 2023 11:09
2ee63de
to
ae762c2
Compare
@PrajwolAmatya Also, prefix issues with |
saw-jan
changed the title
[tests-only][full-ci]revert changes of PR #6461
[tests-only][full-ci][ci] Run ocsi-server only after wopiserver is ready
Jul 10, 2023
saw-jan
force-pushed
the
wait-for-fake-office
branch
from
July 11, 2023 03:30
ae762c2
to
bd5072c
Compare
saw-jan
changed the title
[tests-only][full-ci][ci] Run ocsi-server only after wopiserver is ready
[tests-only][full-ci][ci] Run ocis-server only after wopiserver is ready
Jul 11, 2023
saw-jan
force-pushed
the
wait-for-fake-office
branch
from
July 11, 2023 04:55
d21899b
to
cef4567
Compare
saw-jan
changed the title
[tests-only][full-ci][ci] Run ocis-server only after wopiserver is ready
[tests-only][full-ci][ci] Wait for fakeoffice to be ready
Jul 11, 2023
saw-jan
force-pushed
the
wait-for-fake-office
branch
from
July 11, 2023 05:03
cef4567
to
2f41927
Compare
Kudos, SonarCloud Quality Gate passed! |
phil-davis
approved these changes
Jul 11, 2023
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.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Sometimes the wopiValidation pipeline can fail due to the race condition between
fakeoffice
andocis-server
steps. This was due to running both steps parallelly. This PR adds the wait for fakeoffice service so that there won't be a race condition between fakeoffice and ocis-server steps.Related Issue
fixes #6750
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: