Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/gc/session_model_phase0_factory_namespace_spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func TestResolveSessionTemplate_RigBindingQualifiedExactMatch(t *testing.T) {
}

func TestPhase0SessionTargeting_RejectsTemplateToken(t *testing.T) {
t.Setenv("GC_SESSION", "phase0")
t.Setenv("GC_SESSION", "fake")

store := beads.NewMemStore()
cfg := &config.City{
Expand Down
8 changes: 4 additions & 4 deletions cmd/gc/session_model_phase0_spec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestPhase0SessionResolution_ConfiguredNamedConflictFailsClosed(t *testing.T
}

func TestPhase0SessionResolution_DoesNotImplicitlyMaterializeSingletonConfig(t *testing.T) {
t.Setenv("GC_SESSION", "phase0")
t.Setenv("GC_SESSION", "fake")

store := beads.NewMemStore()
cfg := &config.City{
Expand All @@ -111,7 +111,7 @@ func TestPhase0SessionResolution_DoesNotImplicitlyMaterializeSingletonConfig(t *
}

func TestPhase0SessionResolution_RigScopedBareNamedIdentityRequiresAmbientRig(t *testing.T) {
t.Setenv("GC_SESSION", "phase0")
t.Setenv("GC_SESSION", "fake")
t.Setenv("GC_DIR", t.TempDir())

store := beads.NewMemStore()
Expand Down Expand Up @@ -170,7 +170,7 @@ func TestPhase0CanonicalMetadata_ManualCreateWritesSessionOrigin(t *testing.T) {
}

func TestPhase0CanonicalMetadata_NamedMaterializationWritesNamedOriginWithoutLegacyManualFlag(t *testing.T) {
t.Setenv("GC_SESSION", "phase0")
t.Setenv("GC_SESSION", "fake")

store := beads.NewMemStore()
cfg := &config.City{
Expand Down Expand Up @@ -202,7 +202,7 @@ func TestPhase0CanonicalMetadata_NamedMaterializationWritesNamedOriginWithoutLeg
}

func TestPhase0CanonicalMetadata_TemplateFactoryMaterializationWritesEphemeralOriginWithoutLegacyPoolFlags(t *testing.T) {
t.Setenv("GC_SESSION", "phase0")
t.Setenv("GC_SESSION", "fake")

store := beads.NewMemStore()
cfg := &config.City{
Expand Down
Loading