Skip to content

Commit

Permalink
Most tests are passing now
Browse files Browse the repository at this point in the history
I fixed the dot graph visualization so that properly labels state
transitions now.
  • Loading branch information
cholcombe973 committed Aug 14, 2018
1 parent 1c7731c commit f822ca1
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 173 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ assets = [
[workspace]

[dev-dependencies]
blkid = "~0.2"
mocktopus = "0.5.0"

[dependencies]
api = { path = "api" }
blkid = "~0.2"
block-utils = {git = "https://github.com/cholcombe973/block-utils"}
ceph = "~0.4"
clap = "~2"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![cfg_attr(test, feature(proc_macro, proc_macro_mod))]
#![cfg_attr(test, feature(proc_macro_mod))]
#![feature(use_extern_macros)]
/// Detect dead disks in a ceph cluster
/// 1. Detect dead disk
Expand Down
Loading

0 comments on commit f822ca1

Please sign in to comment.