Skip to content
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

fix(sdk): add (back in) scope id to react app #5054

Merged
merged 1 commit into from
Nov 25, 2023

Conversation

MarkMcCulloh
Copy link
Contributor

See failing test here https://github.com/winglang/wing/actions/runs/6990660035/job/19020417470

Previous PR removed this as part of a larger effort to remove redundant ids (no functional reason to re-add your parents' id). This caused a test to fail, and I realized that in this case it is kinda useful to carry the name forward. So let's call this an exception.

By submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.

@MarkMcCulloh MarkMcCulloh requested a review from a team as a code owner November 25, 2023 19:12
@monadabot
Copy link
Contributor

Console preview environment is available at https://wing-console-pr-5054.fly.dev 🚀

Last Updated (UTC) 2023-11-25 19:18

@monadabot
Copy link
Contributor

Benchmarks

Comparison to Baseline 🟥⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜⬜
Benchmark Before After Change
version 68ms±0.46 70ms±0.44 +1ms (+2.07%)🟥
functions_10.test.w -t sim 622ms±5.75 618ms±10.64 -4ms (-0.7%)⬜
functions_10.test.w -t tf-aws 3301ms±27.59 3319ms±32.01 +18ms (+0.54%)⬜
empty.test.w -t sim 524ms±6.53 520ms±4.89 -4ms (-0.76%)⬜
empty.test.w -t tf-aws 641ms±7.04 637ms±4.63 -4ms (-0.61%)⬜
hello_world.test.w -t sim 554ms±6.21 549ms±4.8 -5ms (-0.9%)⬜
hello_world.test.w -t tf-aws 4602ms±29.68 4625ms±30.56 +23ms (+0.5%)⬜
functions_1.test.w -t sim 550ms±3.43 551ms±2.93 +1ms (+0.17%)⬜
functions_1.test.w -t tf-aws 1537ms±32.36 1532ms±37.3 -5ms (-0.36%)⬜
jsii_big.test.w -t sim 3367ms±16.63 3363ms±8.66 -4ms (-0.12%)⬜
jsii_big.test.w -t tf-aws 3461ms±3.54 3477ms±9.48 +16ms (+0.47%)⬜
jsii_small.test.w -t sim 524ms±8.82 530ms±7.81 +6ms (+1.13%)⬜
jsii_small.test.w -t tf-aws 649ms±7.19 650ms±6.01 +1ms (+0.17%)⬜

⬜ Within 1.5 standard deviations
🟩 Faster, Above 1.5 standard deviations
🟥 Slower, Above 1.5 standard deviations

Benchmarks may vary outside of normal expectations, especially when running in GitHub Actions CI.

Results
name mean min max moe sd
version 70ms 69ms 71ms 0ms 1ms
functions_10.test.w -t sim 618ms 604ms 650ms 11ms 15ms
functions_10.test.w -t tf-aws 3319ms 3205ms 3366ms 32ms 45ms
empty.test.w -t sim 520ms 508ms 529ms 5ms 7ms
empty.test.w -t tf-aws 637ms 626ms 645ms 5ms 6ms
hello_world.test.w -t sim 549ms 540ms 559ms 5ms 7ms
hello_world.test.w -t tf-aws 4625ms 4561ms 4688ms 31ms 43ms
functions_1.test.w -t sim 551ms 541ms 555ms 3ms 4ms
functions_1.test.w -t tf-aws 1532ms 1444ms 1609ms 37ms 52ms
jsii_big.test.w -t sim 3363ms 3347ms 3385ms 9ms 12ms
jsii_big.test.w -t tf-aws 3477ms 3456ms 3502ms 9ms 13ms
jsii_small.test.w -t sim 530ms 515ms 551ms 8ms 11ms
jsii_small.test.w -t tf-aws 650ms 637ms 665ms 6ms 8ms
Last Updated (UTC) 2023-11-25 19:26

Copy link
Contributor

mergify bot commented Nov 25, 2023

Thanks for contributing, @MarkMcCulloh! This PR will now be added to the merge queue, or immediately merged if mark/undo-react-app-change is up-to-date with main and the queue is empty.

@mergify mergify bot merged commit 1f575dd into main Nov 25, 2023
@mergify mergify bot deleted the mark/undo-react-app-change branch November 25, 2023 19:46
mergify bot pushed a commit that referenced this pull request Nov 25, 2023
…ct app (#5055)

Followup to #5054 (Accidentally changed sim instead of tf-aws)

Also follow up to #4993 (see topic.ts, reverted a change to call of `addPermissionToInvoke`)

Ran failing AWS tests locally this time to verify fix

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
@monadabot
Copy link
Contributor

Congrats! 🚀 This was released in Wing 0.50.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants