Update rake requirement from ~> 13.0.0 to ~> 13.1.0 #90
Annotations
10 errors
spec/statesman/adapters/active_record_spec.rb#L451
Statesman::Adapters::ActiveRecord resets last with #reload
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
|
spec/statesman/adapters/active_record_spec.rb#L446
Statesman::Adapters::ActiveRecord#reset works with empty cache
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
|
spec/statesman/adapters/shared_examples.rb#L40
Statesman::Adapters::ActiveRecord with a namespaced model behaves like an adapter #create
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "an adapter" called from ./spec/statesman/adapters/active_record_spec.rb:479
|
spec/statesman/adapters/shared_examples.rb#L82
Statesman::Adapters::ActiveRecord with a namespaced model behaves like an adapter #create with after callbacks exposes the new transition for subsequent transitions
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "an adapter" called from ./spec/statesman/adapters/active_record_spec.rb:479
|
spec/statesman/adapters/shared_examples.rb#L74
Statesman::Adapters::ActiveRecord with a namespaced model behaves like an adapter #create with after callbacks is called after the state transition
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "an adapter" called from ./spec/statesman/adapters/active_record_spec.rb:479
|
spec/statesman/adapters/shared_examples.rb#L63
Statesman::Adapters::ActiveRecord with a namespaced model behaves like an adapter #create with before callbacks is called before the state transition
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "an adapter" called from ./spec/statesman/adapters/active_record_spec.rb:479
|
spec/statesman/adapters/shared_examples.rb#L47
Statesman::Adapters::ActiveRecord with a namespaced model behaves like an adapter #create the new transition has the initial state
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "an adapter" called from ./spec/statesman/adapters/active_record_spec.rb:479
|
spec/statesman/adapters/shared_examples.rb#L45
Statesman::Adapters::ActiveRecord with a namespaced model behaves like an adapter #create the new transition
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "an adapter" called from ./spec/statesman/adapters/active_record_spec.rb:479
|
spec/statesman/adapters/shared_examples.rb#L58
Statesman::Adapters::ActiveRecord with a namespaced model behaves like an adapter #create the new transition with a previous transition sort_key
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "an adapter" called from ./spec/statesman/adapters/active_record_spec.rb:479
|
spec/statesman/adapters/shared_examples.rb#L52
Statesman::Adapters::ActiveRecord with a namespaced model behaves like an adapter #create the new transition with no previous transition sort_key
Failure/Error:
add_index :my_active_record_model_transitions,
%i[my_active_record_model_id most_recent],
unique: true,
where: "most_recent",
name: "index_my_active_record_model_transitions_parent_latest"
ActiveRecord::StatementInvalid:
PG::UndefinedColumn: ERROR: column a.attidentity does not exist
LINE 4: a.attidentity AS identity,
^
Shared Example Group: "an adapter" called from ./spec/statesman/adapters/active_record_spec.rb:479
|
The logs for this run have expired and are no longer available.
Loading