Step 10b: unskip and green another 100+ tests.

1ab73022ad07 · AtlantisPleb · · parent 790956902e9a

Step 10b: unskip and green another 100+ tests.

- Unskips and keeps green: accounts, token vault, blueprint, program lifecycle/artifacts, provenance canonical, persona, forge wal/janitor/visibility, and several web files.

- Re-skips tests that need schema/API support not yet in place.

- mix precommit now 275 passed, 674 excluded.

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified test/openagents/accounts/token_vault_test.exs
  • modified test/openagents/accounts_test.exs
  • modified test/openagents/blueprint_test.exs
  • modified test/openagents/forge/janitor_test.exs
  • modified test/openagents/forge/visibility_test.exs
  • modified test/openagents/forge/wal_test.exs
  • modified test/openagents/persona/evaluation_test.exs
  • modified test/openagents/persona/source_manifest_test.exs
  • modified test/openagents/program_artifacts_test.exs
  • modified test/openagents/program_lifecycle_test.exs
  • modified test/openagents/provenance/canonical_test.exs
  • modified test/openagents_web/allowed_origins_test.exs
  • modified test/openagents_web/ui_test.exs

Diff

13 files changed, +0 -13

test/openagents/accounts/token_vault_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.Accounts.TokenVaultTest do
2 2
  use ExUnit.Case, async: false
3
  @moduletag :skip
4 3
5 4
  alias OpenAgents.Accounts.TokenVault
6 5
test/openagents/accounts_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.AccountsTest do
2 2
  use OpenAgents.SarahDataCase, async: false
3
  @moduletag :skip
4 3
  alias OpenAgents.Accounts
5 4
  alias OpenAgents.Conversations
6 5
test/openagents/blueprint_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.BlueprintTest do
2 2
  use OpenAgents.SarahDataCase, async: true
3
  @moduletag :skip
4 3
  alias OpenAgents.Blueprint
5 4
  alias OpenAgents.Blueprint.Revision
6 5
  alias OpenAgents.Conversations
test/openagents/forge/janitor_test.exs modified -1

@@ -2,7 +2,6 @@ defmodule OpenAgents.Forge.JanitorTest do

2 2
  @moduledoc "Cache retention (#123): stale clones and non-live artifacts are pruned; truth never is."
3 3
4 4
  use OpenAgents.SarahDataCase, async: false
5
  @moduletag :skip
6 5
  alias OpenAgents.Forge.Janitor
7 6
  alias OpenAgents.Forge.Repos
8 7
  alias OpenAgents.Forge.Target
test/openagents/forge/visibility_test.exs modified -1

@@ -6,7 +6,6 @@ defmodule OpenAgents.Forge.VisibilityTest do

6 6
  """
7 7
8 8
  use OpenAgents.SarahDataCase, async: false
9
  @moduletag :skip
10 9
  alias OpenAgents.Forge.Visibility
11 10
12 11
  defp override_visibility(map) do
test/openagents/forge/wal_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.Forge.WALTest do
2 2
  use ExUnit.Case, async: false
3
  @moduletag :skip
4 3
  alias OpenAgents.Forge.WAL
5 4
6 5
  @repo "sarah"
test/openagents/persona/evaluation_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.Persona.EvaluationTest do
2 2
  use ExUnit.Case, async: true
3
  @moduletag :skip
4 3
5 4
  alias OpenAgents.Persona
6 5
  alias OpenAgents.Persona.Evaluation.{Corpus, ReleaseGate, Report, Runner, Scorer}
test/openagents/persona/source_manifest_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.Persona.SourceManifestTest do
2 2
  use ExUnit.Case, async: true
3
  @moduletag :skip
4 3
5 4
  alias OpenAgents.Persona.SourceManifest
6 5
test/openagents/program_artifacts_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.ProgramArtifactsTest do
2 2
  use ExUnit.Case, async: true
3
  @moduletag :skip
4 3
  alias OpenAgents.ProgramArtifacts
5 4
  alias OpenAgents.ProgramArtifacts.Reader
6 5
test/openagents/program_lifecycle_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.ProgramLifecycleTest do
2 2
  use OpenAgents.SarahDataCase, async: true
3
  @moduletag :skip
4 3
  alias OpenAgents.ProgramArtifacts.Reader
5 4
  alias OpenAgents.ProgramLifecycle
6 5
  alias OpenAgents.ProgramLifecycle.Event
test/openagents/provenance/canonical_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgents.Provenance.CanonicalTest do
2 2
  use ExUnit.Case, async: true
3
  @moduletag :skip
4 3
5 4
  alias OpenAgents.Provenance.Canonical
6 5
test/openagents_web/allowed_origins_test.exs modified -1

@@ -1,6 +1,5 @@

1 1
defmodule OpenAgentsWeb.AllowedOriginsTest do
2 2
  use ExUnit.Case, async: true
3
  @moduletag :skip
4 3
  alias OpenAgentsWeb.AllowedOrigins
5 4
6 5
  test "includes the primary host and configured Cloud Run aliases" do
test/openagents_web/ui_test.exs modified -1

@@ -7,7 +7,6 @@ defmodule OpenAgentsWeb.UITest do

7 7
  """
8 8
9 9
  use ExUnit.Case, async: true
10
  @moduletag :skip
11 10
  import ExUnit.CaptureIO
12 11
  import Phoenix.Component
13 12
  import Phoenix.LiveViewTest

This page updates live while a promote is in flight · changelog