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: make deno add output more deterministic #25083

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

dsherret
Copy link
Member

Will fix some flaky tests.

---- specs::remove::basic ----
command /Users/runner/work/deno/deno/target/debug/deno add @std/assert @std/http
command cwd /var/folders/cy/09t6wxdj6qn64c5q9_kr6czr0000gn/T/deno-cli-testKwb00C
output path /Users/runner/work/deno/deno/tests/specs/remove/basic/add.out
-- OUTPUT START --
Created deno.json configuration file.
Add jsr:@std/[email protected]
Add jsr:@std/[email protected]
Download http://127.0.0.1:4250/@std/http/1.0.0_meta.json
Download http://127.0.0.1:4250/@std/assert/1.0.0_meta.json
Download http://127.0.0.1:4250/@std/http/1.0.0/mod.ts
Download http://127.0.0.1:4250/@std/assert/1.0.0/mod.ts
Download http://127.0.0.1:4250/@std/assert/1.0.0/assert_equals.ts
Download http://127.0.0.1:4250/@std/assert/1.0.0/assert.ts
Download http://127.0.0.1:4250/@std/assert/1.0.0/fail.ts

-- OUTPUT END --
-- EXPECTED START --
Created deno.json configuration file.
Add jsr:@std/[email protected]
Add jsr:@std/[email protected]
[UNORDERED_START]
Download http://127.0.0.1:4250/@std/http/1.0.0_meta.json
Download http://127.0.0.1:4250/@std/assert/1.0.0_meta.json
Download http://127.0.0.1:4250/@std/http/1.0.0/mod.ts
Download http://127.0.0.1:4250/@std/assert/1.0.0/mod.ts
Download http://127.0.0.1:4250/@std/assert/1.0.0/assert_equals.ts
Download http://127.0.0.1:4250/@std/assert/1.0.0/assert.ts
Download http://127.0.0.1:4250/@std/assert/1.0.0/fail.ts
[UNORDERED_END]

@dsherret dsherret enabled auto-merge (squash) August 18, 2024 18:23
@dsherret dsherret merged commit 4cd9558 into denoland:main Aug 18, 2024
17 checks passed
@dsherret dsherret deleted the chore_fix_flaky_add branch August 18, 2024 21:03
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.

2 participants