[wip] cli capability parity
Some checks failed
CI / Rustfmt (push) Successful in 23s
CI / Cargo Audit & Deny (push) Successful in 30s
CI / Web Blocking Checks (push) Successful in 48s
CI / Security Blocking Checks (push) Successful in 8s
CI / Clippy (push) Failing after 1m55s
CI / Web Advisory Checks (push) Successful in 35s
CI / Security Advisory Checks (push) Successful in 37s
CI / Tests (push) Successful in 8m5s
Some checks failed
CI / Rustfmt (push) Successful in 23s
CI / Cargo Audit & Deny (push) Successful in 30s
CI / Web Blocking Checks (push) Successful in 48s
CI / Security Blocking Checks (push) Successful in 8s
CI / Clippy (push) Failing after 1m55s
CI / Web Advisory Checks (push) Successful in 35s
CI / Security Advisory Checks (push) Successful in 37s
CI / Tests (push) Successful in 8m5s
This commit is contained in:
@@ -9,6 +9,7 @@ mod helpers;
|
||||
use helpers::{ActionFixture, PackFixture};
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore = "integration test — requires database"]
|
||||
async fn test_upsert_queue_stats() {
|
||||
let pool = helpers::create_test_pool().await.unwrap();
|
||||
|
||||
@@ -66,6 +67,7 @@ async fn test_upsert_queue_stats() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore = "integration test — requires database"]
|
||||
async fn test_find_queue_stats_by_action() {
|
||||
let pool = helpers::create_test_pool().await.unwrap();
|
||||
|
||||
@@ -107,6 +109,7 @@ async fn test_find_queue_stats_by_action() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore = "integration test — requires database"]
|
||||
async fn test_list_active_queue_stats() {
|
||||
let pool = helpers::create_test_pool().await.unwrap();
|
||||
|
||||
@@ -171,6 +174,7 @@ async fn test_list_active_queue_stats() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore = "integration test — requires database"]
|
||||
async fn test_delete_queue_stats() {
|
||||
let pool = helpers::create_test_pool().await.unwrap();
|
||||
|
||||
@@ -220,6 +224,7 @@ async fn test_delete_queue_stats() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore = "integration test — requires database"]
|
||||
async fn test_batch_upsert_queue_stats() {
|
||||
let pool = helpers::create_test_pool().await.unwrap();
|
||||
|
||||
@@ -262,6 +267,7 @@ async fn test_batch_upsert_queue_stats() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore = "integration test — requires database"]
|
||||
async fn test_clear_stale_queue_stats() {
|
||||
let pool = helpers::create_test_pool().await.unwrap();
|
||||
|
||||
@@ -301,6 +307,7 @@ async fn test_clear_stale_queue_stats() {
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
#[ignore = "integration test — requires database"]
|
||||
async fn test_queue_stats_cascade_delete() {
|
||||
let pool = helpers::create_test_pool().await.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user