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/active_record_spec.rb#L108
Statesman::Adapters::ActiveRecord#initialize with serialized metadata and jsonb column type raises an exception
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#L52
Statesman::Adapters::ActiveRecord#initialize with unserialized metadata and non json column type raises an exception
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#L80
Statesman::Adapters::ActiveRecord#initialize with serialized metadata and json column type raises an exception
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#L132
Statesman::Adapters::ActiveRecord behaves like an adapter #last
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:32
|
spec/statesman/adapters/shared_examples.rb#L130
Statesman::Adapters::ActiveRecord behaves like an adapter #last
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:32
|
spec/statesman/adapters/shared_examples.rb#L129
Statesman::Adapters::ActiveRecord behaves like an adapter #last
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:32
|
spec/statesman/adapters/shared_examples.rb#L40
Statesman::Adapters::ActiveRecord 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:32
|
spec/statesman/adapters/shared_examples.rb#L82
Statesman::Adapters::ActiveRecord 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:32
|
The logs for this run have expired and are no longer available.
Loading