Skip to content

Commit

Permalink
Merge pull request #399 from sylwiaszunejko/tests-tags
Browse files Browse the repository at this point in the history
Set test files into order
  • Loading branch information
dkropachev authored Feb 21, 2025
2 parents a02409f + 2cbf178 commit a5bb9e2
Show file tree
Hide file tree
Showing 104 changed files with 191 additions and 3,980 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: sudo curl -L "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

- run: sudo sh -c "echo 2097152 >> /proc/sys/fs/aio-max-nr"
- run: ./integration.sh cassandra scylla
- run: ./integration.sh integration scylla
- run: ./integration.sh integration
- run: ./integration.sh ccm
- run: ./integration.sh tablet
4 changes: 2 additions & 2 deletions address_translators_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build all || unit
// +build all unit
//go:build unit
// +build unit

/*
* Licensed to the Apache Software Foundation (ASF) under one
Expand Down
4 changes: 2 additions & 2 deletions batch_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build all || cassandra
// +build all cassandra
//go:build integration
// +build integration

/*
* Licensed to the Apache Software Foundation (ASF) under one
Expand Down
4 changes: 2 additions & 2 deletions cass1batch_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build all || cassandra
// +build all cassandra
//go:build integration
// +build integration

/*
* Licensed to the Apache Software Foundation (ASF) under one
Expand Down
Loading

0 comments on commit a5bb9e2

Please sign in to comment.