The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test2::Harness::UI::Schema::Result::Job

COMPONENTS LOADED

TABLE: jobs

ACCESSORS

job_id

  data_type: 'uuid'
  is_nullable: 0
  size: 16

job_ord

  data_type: 'bigint'
  is_nullable: 0

run_id

  data_type: 'uuid'
  is_foreign_key: 1
  is_nullable: 0
  size: 16

parameters

  data_type: 'jsonb'
  is_nullable: 1

name

  data_type: 'text'
  is_nullable: 1

file

  data_type: 'text'
  is_nullable: 1

fail

  data_type: 'boolean'
  is_nullable: 1

retried

  data_type: 'boolean'
  is_nullable: 1

exit

  data_type: 'integer'
  is_nullable: 1

launch

  data_type: 'timestamp'
  is_nullable: 1

start

  data_type: 'timestamp'
  is_nullable: 1

ended

  data_type: 'timestamp'
  is_nullable: 1

pass_count

  data_type: 'bigint'
  is_nullable: 1

fail_count

  data_type: 'bigint'
  is_nullable: 1

time_user

  data_type: 'numeric'
  default_value: null
  is_nullable: 1
  size: [20,10]

time_sys

  data_type: 'numeric'
  default_value: null
  is_nullable: 1
  size: [20,10]

time_cuser

  data_type: 'numeric'
  default_value: null
  is_nullable: 1
  size: [20,10]

time_csys

  data_type: 'numeric'
  default_value: null
  is_nullable: 1
  size: [20,10]

mem_peak

  data_type: 'bigint'
  is_nullable: 1

mem_size

  data_type: 'bigint'
  is_nullable: 1

mem_rss

  data_type: 'bigint'
  is_nullable: 1

mem_peak_u

  data_type: 'varchar'
  default_value: null
  is_nullable: 1
  size: 2

mem_size_u

  data_type: 'varchar'
  default_value: null
  is_nullable: 1
  size: 2

mem_rss_u

  data_type: 'varchar'
  default_value: null
  is_nullable: 1
  size: 2

stdout

  data_type: 'text'
  is_nullable: 1

stderr

  data_type: 'text'
  is_nullable: 1

PRIMARY KEY

RELATIONS

events

Type: has_many

Related object: Test2::Harness::UI::Schema::Result::Event

run

Type: belongs_to

Related object: Test2::Harness::UI::Schema::Result::Run

METHODS

SOURCE

The source code repository for Test2-Harness-UI can be found at http://github.com/Test-More/Test2-Harness-UI/.

MAINTAINERS

Chad Granum <exodist@cpan.org>

AUTHORS

Chad Granum <exodist@cpan.org>

COPYRIGHT

Copyright 2019 Chad Granum <exodist7@gmail.com>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/