Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Dec 12, 2024
1 parent c53f52b commit df5bd92
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/plugins/upload-failure-logs/hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if [ $BUILDKITE_COMMAND_EXIT_STATUS -ne 0 ]; then
if [ -e "$PWD/connector-node.log" ]; then
buildkite-agent artifact upload "$PWD/connector-node.log"
fi
fi
fi
2 changes: 0 additions & 2 deletions ci/scripts/build-simulation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ set -euo pipefail

source ci/scripts/common.sh

exit 88

echo "--- Generate RiseDev CI config"
cp ci/risedev-components.ci.env risedev-components.user.env

Expand Down
3 changes: 0 additions & 3 deletions ci/scripts/run-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ chmod +x ./target/debug/risingwave_e2e_extended_mode_test
echo "--- e2e, $mode, streaming"
RUST_LOG="info,risingwave_stream=info,risingwave_batch=info,risingwave_storage=info,risingwave_stream::common::table::state_table=warn" \
cluster_start

exit 88

# Please make sure the regression is expected before increasing the timeout.
sqllogictest -p 4566 -d dev './e2e_test/streaming/**/*.slt' --junit "streaming-${profile}"
sqllogictest -p 4566 -d dev './e2e_test/backfill/sink/different_pk_and_dist_key.slt'
Expand Down
3 changes: 1 addition & 2 deletions src/meta/src/manager/diagnose.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ impl DiagnoseCommand {
&mut row,
worker_node.get_state().ok().map(|s| s.as_str_name()),
);
// FIXME:
// row.add_cell(worker_node.parallelism().into());
row.add_cell(worker_node.parallelism().into());
try_add_cell(
&mut row,
worker_node.property.as_ref().map(|p| p.is_streaming),
Expand Down

0 comments on commit df5bd92

Please sign in to comment.