Skip to content

Commit

Permalink
run generate to get new snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tonywok committed Feb 29, 2024
1 parent 1aef044 commit 40044e6
Show file tree
Hide file tree
Showing 29 changed files with 2,497 additions and 22 deletions.
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"
}
]
}
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"
}
]
}
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"
}
]
}
Loading

0 comments on commit 40044e6

Please sign in to comment.