-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
2,487 additions
and
12 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...as-consistent-output-for-random-ordering-passed-as-CLI-argument-test-results-Gemfile.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
has-consistent-output-for-random-ordering-passed-as-CLI-argument-test-results-rspec-3.12.gemfile.snap | ||
has-consistent-output-for-random-ordering-passed-as-CLI-argument-test-results-rspec-3.13.gemfile.snap |
141 changes: 141 additions & 0 deletions
141
...nt-output-for-random-ordering-passed-as-CLI-argument-test-results-rspec-3.13.gemfile.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/rwx-research/test-results-schema/main/v1.json", | ||
"framework": { | ||
"kind": "RSpec", | ||
"language": "Ruby" | ||
}, | ||
"otherErrors": [ | ||
|
||
], | ||
"summary": { | ||
"canceled": 0, | ||
"failed": 0, | ||
"otherErrors": 0, | ||
"pended": 3, | ||
"quarantined": 0, | ||
"retries": 0, | ||
"skipped": 0, | ||
"status": { | ||
"kind": "successful" | ||
}, | ||
"successful": 1, | ||
"tests": 4, | ||
"timedOut": 0, | ||
"todo": 0 | ||
}, | ||
"tests": [ | ||
{ | ||
"attempt": { | ||
"durationInNanoseconds": 234000, | ||
"finishedAt": "2023-01-01T00:00:00Z", | ||
"meta": { | ||
"abq_metadata": { | ||
"runner": 1, | ||
"worker": 0 | ||
} | ||
}, | ||
"startedAt": "2023-01-01T00:00:00Z", | ||
"status": { | ||
"kind": "successful" | ||
}, | ||
"stderr": "redacted", | ||
"stdout": "redacted" | ||
}, | ||
"id": "./spec/fixture_specs/successful_specs.rb[1:1]", | ||
"lineage": [ | ||
"a successful group", | ||
"has a successful test" | ||
], | ||
"location": { | ||
"file": "./spec/fixture_specs/successful_specs.rb", | ||
"line": 299 | ||
}, | ||
"name": "a successful group has a successful test" | ||
}, | ||
{ | ||
"attempt": { | ||
"durationInNanoseconds": 234000, | ||
"finishedAt": "2023-01-01T00:00:00Z", | ||
"meta": { | ||
"abq_metadata": { | ||
"runner": 1, | ||
"worker": 0 | ||
} | ||
}, | ||
"startedAt": "2023-01-01T00:00:00Z", | ||
"status": { | ||
"kind": "pended" | ||
}, | ||
"stderr": "redacted", | ||
"stdout": "redacted" | ||
}, | ||
"id": "./spec/fixture_specs/pending_specs.rb[1:3:1]", | ||
"lineage": [ | ||
"pending tests", | ||
"a pending group via a tag", | ||
"is pending despite not being marked as pending" | ||
], | ||
"location": { | ||
"file": "./spec/fixture_specs/pending_specs.rb", | ||
"line": 299 | ||
}, | ||
"name": "pending tests a pending group via a tag is pending despite not being marked as pending" | ||
}, | ||
{ | ||
"attempt": { | ||
"durationInNanoseconds": 234000, | ||
"finishedAt": "2023-01-01T00:00:00Z", | ||
"meta": { | ||
"abq_metadata": { | ||
"runner": 1, | ||
"worker": 0 | ||
} | ||
}, | ||
"startedAt": "2023-01-01T00:00:00Z", | ||
"status": { | ||
"kind": "pended" | ||
}, | ||
"stderr": "redacted", | ||
"stdout": "redacted" | ||
}, | ||
"id": "./spec/fixture_specs/pending_specs.rb[1:2]", | ||
"lineage": [ | ||
"pending tests", | ||
"has a pending test with a tag" | ||
], | ||
"location": { | ||
"file": "./spec/fixture_specs/pending_specs.rb", | ||
"line": 299 | ||
}, | ||
"name": "pending tests has a pending test with a tag" | ||
}, | ||
{ | ||
"attempt": { | ||
"durationInNanoseconds": 234000, | ||
"finishedAt": "2023-01-01T00:00:00Z", | ||
"meta": { | ||
"abq_metadata": { | ||
"runner": 1, | ||
"worker": 0 | ||
} | ||
}, | ||
"startedAt": "2023-01-01T00:00:00Z", | ||
"status": { | ||
"kind": "pended" | ||
}, | ||
"stderr": "redacted", | ||
"stdout": "redacted" | ||
}, | ||
"id": "./spec/fixture_specs/pending_specs.rb[1:1]", | ||
"lineage": [ | ||
"pending tests", | ||
"has a pending test with pending" | ||
], | ||
"location": { | ||
"file": "./spec/fixture_specs/pending_specs.rb", | ||
"line": 299 | ||
}, | ||
"name": "pending tests has a pending test with pending" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
..._/has-consistent-output-for-random-ordering-set-in-rspec-config-test-results-Gemfile.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
has-consistent-output-for-random-ordering-set-in-rspec-config-test-results-rspec-3.12.gemfile.snap | ||
has-consistent-output-for-random-ordering-set-in-rspec-config-test-results-rspec-3.13.gemfile.snap |
84 changes: 84 additions & 0 deletions
84
...stent-output-for-random-ordering-set-in-rspec-config-test-results-rspec-3.13.gemfile.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/rwx-research/test-results-schema/main/v1.json", | ||
"framework": { | ||
"kind": "RSpec", | ||
"language": "Ruby" | ||
}, | ||
"otherErrors": [ | ||
|
||
], | ||
"summary": { | ||
"canceled": 0, | ||
"failed": 0, | ||
"otherErrors": 0, | ||
"pended": 1, | ||
"quarantined": 0, | ||
"retries": 0, | ||
"skipped": 0, | ||
"status": { | ||
"kind": "successful" | ||
}, | ||
"successful": 1, | ||
"tests": 2, | ||
"timedOut": 0, | ||
"todo": 0 | ||
}, | ||
"tests": [ | ||
{ | ||
"attempt": { | ||
"durationInNanoseconds": 234000, | ||
"finishedAt": "2023-01-01T00:00:00Z", | ||
"meta": { | ||
"abq_metadata": { | ||
"runner": 1, | ||
"worker": 0 | ||
} | ||
}, | ||
"startedAt": "2023-01-01T00:00:00Z", | ||
"status": { | ||
"kind": "pended" | ||
}, | ||
"stderr": "redacted", | ||
"stdout": "redacted" | ||
}, | ||
"id": "./spec/fixture_specs/spec_that_sets_up_random_ordering.rb[1:2]", | ||
"lineage": [ | ||
"random ordering", | ||
"is pended" | ||
], | ||
"location": { | ||
"file": "./spec/fixture_specs/spec_that_sets_up_random_ordering.rb", | ||
"line": 299 | ||
}, | ||
"name": "random ordering is pended" | ||
}, | ||
{ | ||
"attempt": { | ||
"durationInNanoseconds": 234000, | ||
"finishedAt": "2023-01-01T00:00:00Z", | ||
"meta": { | ||
"abq_metadata": { | ||
"runner": 1, | ||
"worker": 0 | ||
} | ||
}, | ||
"startedAt": "2023-01-01T00:00:00Z", | ||
"status": { | ||
"kind": "successful" | ||
}, | ||
"stderr": "redacted", | ||
"stdout": "redacted" | ||
}, | ||
"id": "./spec/fixture_specs/spec_that_sets_up_random_ordering.rb[1:1]", | ||
"lineage": [ | ||
"random ordering", | ||
"passes" | ||
], | ||
"location": { | ||
"file": "./spec/fixture_specs/spec_that_sets_up_random_ordering.rb", | ||
"line": 299 | ||
}, | ||
"name": "random ordering passes" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...ots__/has-consistent-output-for-random-seed-set-in-rspec-config-test-results-Gemfile.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
has-consistent-output-for-random-seed-set-in-rspec-config-test-results-rspec-3.12.gemfile.snap | ||
has-consistent-output-for-random-seed-set-in-rspec-config-test-results-rspec-3.13.gemfile.snap |
84 changes: 84 additions & 0 deletions
84
...onsistent-output-for-random-seed-set-in-rspec-config-test-results-rspec-3.13.gemfile.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/rwx-research/test-results-schema/main/v1.json", | ||
"framework": { | ||
"kind": "RSpec", | ||
"language": "Ruby" | ||
}, | ||
"otherErrors": [ | ||
|
||
], | ||
"summary": { | ||
"canceled": 0, | ||
"failed": 0, | ||
"otherErrors": 0, | ||
"pended": 1, | ||
"quarantined": 0, | ||
"retries": 0, | ||
"skipped": 0, | ||
"status": { | ||
"kind": "successful" | ||
}, | ||
"successful": 1, | ||
"tests": 2, | ||
"timedOut": 0, | ||
"todo": 0 | ||
}, | ||
"tests": [ | ||
{ | ||
"attempt": { | ||
"durationInNanoseconds": 234000, | ||
"finishedAt": "2023-01-01T00:00:00Z", | ||
"meta": { | ||
"abq_metadata": { | ||
"runner": 1, | ||
"worker": 0 | ||
} | ||
}, | ||
"startedAt": "2023-01-01T00:00:00Z", | ||
"status": { | ||
"kind": "pended" | ||
}, | ||
"stderr": "redacted", | ||
"stdout": "redacted" | ||
}, | ||
"id": "./spec/fixture_specs/spec_that_sets_up_random_seed.rb[1:2]", | ||
"lineage": [ | ||
"random ordering", | ||
"is pended" | ||
], | ||
"location": { | ||
"file": "./spec/fixture_specs/spec_that_sets_up_random_seed.rb", | ||
"line": 299 | ||
}, | ||
"name": "random ordering is pended" | ||
}, | ||
{ | ||
"attempt": { | ||
"durationInNanoseconds": 234000, | ||
"finishedAt": "2023-01-01T00:00:00Z", | ||
"meta": { | ||
"abq_metadata": { | ||
"runner": 1, | ||
"worker": 0 | ||
} | ||
}, | ||
"startedAt": "2023-01-01T00:00:00Z", | ||
"status": { | ||
"kind": "successful" | ||
}, | ||
"stderr": "redacted", | ||
"stdout": "redacted" | ||
}, | ||
"id": "./spec/fixture_specs/spec_that_sets_up_random_seed.rb[1:1]", | ||
"lineage": [ | ||
"random ordering", | ||
"passes" | ||
], | ||
"location": { | ||
"file": "./spec/fixture_specs/spec_that_sets_up_random_seed.rb", | ||
"line": 299 | ||
}, | ||
"name": "random ordering passes" | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
.../has-consistent-output-for-specs-together-with-a-hardcoded-seed-test-results-Gemfile.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
has-consistent-output-for-specs-together-with-a-hardcoded-seed-test-results-rspec-3.12.gemfile.snap | ||
has-consistent-output-for-specs-together-with-a-hardcoded-seed-test-results-rspec-3.13.gemfile.snap |
Oops, something went wrong.