Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrated to th2 gradle plugin 0.0.6 #300

Merged
merged 14 commits into from
Apr 18, 2024
Merged

Conversation

Nikita-Smirnov-Exactpro
Copy link
Member

No description provided.

Copy link

github-actions bot commented Apr 16, 2024

Test Results

 30 files  ±0   30 suites  ±0   4s ⏱️ ±0s
380 tests ±0  380 ✅ ±0  0 💤 ±0  0 ❌ ±0 
434 runs  ±0  434 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 64f9b7c. ± Comparison against base commit 5d1b2d0.

This pull request removes 88 and adds 45 tests. Note that renamed tests count towards both.
        nanos: 525350000
        nanos: 525551000
        nanos: 525597000
        nanos: 525640000
        nanos: 554255000
        nanos: 554290000
        nanos: 562739000
        nanos: 562796000
        nanos: 567258000
        nanos: 567312000
…
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 666869000
      }
    }
    message_type: "test"
    properties {
      key: "prop-field1"
      value: "prop-value1"
    }
    properties {
      key: "prop-field2"
      value: "prop-value2"
    }
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 700740000
      }
    }
    message_type: "test"
    protocol: "HTTP"
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 704788000
      }
    }
    message_type: "test"
  }
  fields {
    key: "test-field1"
    value {
      simple_value: "test-value1"
    }
  }
  fields {
    key: "test-field2"
    value {
      simple_value: "test-value2"
    }
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 712999000
      }
    }
    message_type: "test"
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 720755000
      }
    }
    message_type: "test"
    properties {
      key: "test-property"
      value: "property-value"
    }
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 725872000
      }
    }
    message_type: "test"
  }
  fields {
    key: "test-field"
    value {
      simple_value: "test-value1"
    }
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 729709000
      }
    }
    message_type: "test"
  }
  fields {
    key: "test-field"
    value {
      simple_value: "test-value2"
    }
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 732153000
      }
    }
    message_type: "test"
  }
  fields {
    key: "test-field1"
    value {
      simple_value: "test-value1"
    }
  }
  fields {
    key: "test-field2"
    value {
      simple_value: "test-value2"
    }
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 744025000
      }
    }
    message_type: "test"
  }
}
, true
com.exactpro.th2.common.schema.filter.strategy.impl.TestAnyMessageFilterStrategy ‑ [1] message {
  metadata {
    id {
      connection_id {
        session_alias: "test-alias"
      }
      book_name: "test_book"
      timestamp {
        seconds: 1713425311
        nanos: 747359000
      }
    }
    message_type: "test"
  }
  fields {
    key: "test-field"
    value {
      simple_value: "test-value1"
    }
  }
}
, false
…

♻️ This comment has been updated with latest results.

OptimumCode
OptimumCode previously approved these changes Apr 17, 2024
Copy link
Member

@OptimumCode OptimumCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to rename the PR now

@Nikita-Smirnov-Exactpro Nikita-Smirnov-Exactpro merged commit ecc1eb2 into master Apr 18, 2024
10 checks passed
@Nikita-Smirnov-Exactpro Nikita-Smirnov-Exactpro deleted the th2-gradle-plugin branch April 18, 2024 07:50
@Nikita-Smirnov-Exactpro Nikita-Smirnov-Exactpro changed the title Migrated to th2 gradle plugin 0.0.5 Migrated to th2 gradle plugin 0.0.6 Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants