-
Notifications
You must be signed in to change notification settings - Fork 367
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
tech-story: [M3-9017] - Add MSW crud domains #11428
Conversation
been <strong>added</strong> to <EventLink event={e} to="entity" />. | ||
</> | ||
); | ||
}, |
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.
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.
@@ -28,7 +28,7 @@ const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms)); | |||
export const queueEvents = (props: QueuedEvents): Promise<void> => { | |||
const { event, mockState, sequence } = props; | |||
|
|||
const initialDelay = 7500; | |||
const initialDelay = 2500; |
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.
queuing events quicker since we shouldn't have to wait that much when mocking
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.
Re-converting to draft in order to revisit the bugs mentioned in code review |
9334909
to
a9644bb
Compare
@jaalah-akamai had a bad update to the loader. all fixed now. changes are limited to just domains without further optimization to the MSW tooling |
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.
✅ Issues resolved - no more crash
✅ Seeds are working as intended
been <strong>added</strong> to <EventLink event={e} to="entity" />. | ||
</> | ||
); | ||
}, |
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.
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.
✅ Create, read, update, delete domain records works as expected.
✅ Events appear as expected.
Nice work @abailly-akamai. Should we make a ticket for domain records CRUD?
4686971
to
4d2ae90
Compare
Coverage Report: ❌ |
4d2ae90
to
df4ae51
Compare
Cloud Manager UI test results🎉 478 passing tests on test run #6 ↗︎
|
Cloud Manager E2E Run #7054
Run Properties:
|
Project |
Cloud Manager E2E
|
Branch Review |
develop
|
Run status |
Passed #7054
|
Run duration | 30m 53s |
Commit |
caca6dd01c: tech-story: [M3-9017] - Add MSW crud domains (#11428)
|
Committer | Alban Bailly |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
478
|
View all changes introduced in this branch ↗︎ |
* add MSW crud domains * Added changeset: Add MSW crud domains * feedback @jaalah-akamai * feebback @pmakode-akamai
Description 📝
Straight forward PR to add domains to CRUD mode (including seeds)
Changes 🔄
domains
CRUD modedomains
seedHow to test 🧪
Prerequisites
Verification steps
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅